#c4dba2
a light, soft green · cool · closest name: khaki
RGB
196, 219, 162
HSL
84°, 44%, 75%
CMYK
11, 0, 26, 14
Luminance
0.6501
Every format
| HEX | #c4dba2 |
| RGB | rgb(196, 219, 162) |
| HSL | hsl(84, 44%, 75%) |
| CMYK | cmyk(11%, 0%, 26%, 14%) |
| LAB | lab(84.5 -17.4 25.6) |
| LCH | lch(84.5 30.9 124.3) |
| OKLCH | oklch(0.860 0.080 125.9) |
Copy-ready code
/* CSS */
color: #c4dba2;
background-color: #c4dba2;
/* Tailwind (arbitrary) */
class="text-[#c4dba2] bg-[#c4dba2]"
/* SCSS */
$brand: #c4dba2;
/* SwiftUI */
Color(red: 0.769, green: 0.859, blue: 0.635)
/* Android */
Color.parseColor("#c4dba2")Accessibility — WCAG contrast
Aa
#c4dba2 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4dba2 on black: 14.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green85.9%
Blue63.5%
CMYK percentages
Cyan10.5%
Magenta0.0%
Yellow26.0%
Key (black)14.1%
Color previews
#c4dba2 text on a black background
contrast 14.00:1
Card sample
#c4dba2 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4dba2;
Background color
Panel with #c4dba2 background
background-color: #c4dba2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4dba2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 219, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 219, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4dba2; background: linear-gradient(135deg, #c4dba2, #A2DBA6);