#c8dba2
a light, soft green · cool · closest name: khaki
RGB
200, 219, 162
HSL
80°, 44%, 75%
CMYK
9, 0, 26, 14
Luminance
0.6555
Every format
| HEX | #c8dba2 |
| RGB | rgb(200, 219, 162) |
| HSL | hsl(80, 44%, 75%) |
| CMYK | cmyk(9%, 0%, 26%, 14%) |
| LAB | lab(84.8 -16.0 26.0) |
| LCH | lch(84.8 30.5 121.6) |
| OKLCH | oklch(0.863 0.078 123.0) |
Copy-ready code
/* CSS */
color: #c8dba2;
background-color: #c8dba2;
/* Tailwind (arbitrary) */
class="text-[#c8dba2] bg-[#c8dba2]"
/* SCSS */
$brand: #c8dba2;
/* SwiftUI */
Color(red: 0.784, green: 0.859, blue: 0.635)
/* Android */
Color.parseColor("#c8dba2")Accessibility — WCAG contrast
Aa
#c8dba2 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8dba2 on black: 14.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green85.9%
Blue63.5%
CMYK percentages
Cyan8.7%
Magenta0.0%
Yellow26.0%
Key (black)14.1%
Color previews
#c8dba2 text on a black background
contrast 14.11:1
Card sample
#c8dba2 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8dba2;
Background color
Panel with #c8dba2 background
background-color: #c8dba2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8dba2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 219, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 219, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8dba2; background: linear-gradient(135deg, #c8dba2, #A2DBA2);