#c9e4cf
a light, soft green · cool · closest name: beige
RGB
201, 228, 207
HSL
133°, 33%, 84%
CMYK
12, 0, 9, 11
Luminance
0.7241
Every format
| HEX | #c9e4cf |
| RGB | rgb(201, 228, 207) |
| HSL | hsl(133, 33%, 84%) |
| CMYK | cmyk(12%, 0%, 9%, 11%) |
| LAB | lab(88.2 -12.8 7.3) |
| LCH | lch(88.2 14.7 150.5) |
| OKLCH | oklch(0.893 0.040 152.1) |
Copy-ready code
/* CSS */
color: #c9e4cf;
background-color: #c9e4cf;
/* Tailwind (arbitrary) */
class="text-[#c9e4cf] bg-[#c9e4cf]"
/* SCSS */
$brand: #c9e4cf;
/* SwiftUI */
Color(red: 0.788, green: 0.894, blue: 0.812)
/* Android */
Color.parseColor("#c9e4cf")Accessibility — WCAG contrast
Aa
#c9e4cf on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9e4cf on black: 15.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green89.4%
Blue81.2%
CMYK percentages
Cyan11.8%
Magenta0.0%
Yellow9.2%
Key (black)10.6%
Color previews
#c9e4cf text on a black background
contrast 15.48:1
Card sample
#c9e4cf text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9e4cf;
Background color
Panel with #c9e4cf background
background-color: #c9e4cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9e4cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 228, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 228, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9e4cf; background: linear-gradient(135deg, #c9e4cf, #C9E4E1);