Use #FFFFFF as the background. Use #25D366 as the primary accent. Use #075E54 as secondary. Use #128C7E as body text/supporting color. Palette mood: WhatsApp — cool, calm, earthy.
Hex Codes, RGB & CMYK Color Values
Technical breakdown for the WhatsApp color scheme. Use these values for web design (HEX/RGB), print projects (CMYK), or specialized design software (HSL).
| Swatch | Design Role | HEX | RGB | CMYK | HSL |
|---|---|---|---|---|---|
| Background Luminance: 100.0% | 255, 255, 255 | 0%, 0%, 0%, 0% | 0°, 0%, 100% | ||
| Primary Accent Luminance: 47.9% | 37, 211, 102 | 82%, 0%, 52%, 17% | 142°, 70%, 49% | ||
| Secondary Luminance: 8.7% | 7, 94, 84 | 93%, 0%, 11%, 63% | 173°, 86%, 20% | ||
| Body Text Luminance: 20.4% | 18, 140, 126 | 87%, 0%, 10%, 45% | 173°, 77%, 31% |
Color Harmony: Complementary Scheme
The WhatsApp palette is built using a complementary relationship between its hues. This ensures that even with high-contrast accents, the overall scheme feels balanced and intentional.
A complementary palette is often preferred by professional designers because it provides maximum contrast and energy by using opposite colors.
History & Design Context
Best Design Use Cases
Industries This Palette Suits
How to Implement the WhatsApp Color Scheme
To use this WhatsApp color palette in your web project, you can copy the following CSS variables or Tailwind CSS configuration. These roles ensure your UI maintains accessibility and visual hierarchy.
Option 1: CSS Variables
:root {
/* {name} Palette - ihatecolors.com */{'
'} --color-bg: {colors[0]};{'
'} --color-primary: {colors[1]};{'
'} --color-secondary: {colors[2]};{'
'} --color-text: {colors[3]};{'
'} {'}'} Web Design Tip
Use #FFFFFF for the main background and #25D366 for primary buttons. This creates a high-contrast focal point.
Accessibility Note
The contrast ratio between #128C7E and #FFFFFF is 4.14:1 (Fail). Ensure your body text remains legible.