#c9e2ab
a light, vivid green · cool · closest name: beige
RGB
201, 226, 171
HSL
87°, 49%, 78%
CMYK
11, 0, 24, 11
Luminance
0.6975
Every format
| HEX | #c9e2ab |
| RGB | rgb(201, 226, 171) |
| HSL | hsl(87, 49%, 78%) |
| CMYK | cmyk(11%, 0%, 24%, 11%) |
| LAB | lab(86.9 -17.8 24.2) |
| LCH | lch(86.9 30.0 126.3) |
| OKLCH | oklch(0.880 0.078 127.8) |
Copy-ready code
/* CSS */
color: #c9e2ab;
background-color: #c9e2ab;
/* Tailwind (arbitrary) */
class="text-[#c9e2ab] bg-[#c9e2ab]"
/* SCSS */
$brand: #c9e2ab;
/* SwiftUI */
Color(red: 0.788, green: 0.886, blue: 0.671)
/* Android */
Color.parseColor("#c9e2ab")Accessibility — WCAG contrast
Aa
#c9e2ab on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9e2ab on black: 14.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green88.6%
Blue67.1%
CMYK percentages
Cyan11.1%
Magenta0.0%
Yellow24.3%
Key (black)11.4%
Color previews
#c9e2ab text on a black background
contrast 14.95:1
Card sample
#c9e2ab text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9e2ab;
Background color
Panel with #c9e2ab background
background-color: #c9e2ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9e2ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 226, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 226, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9e2ab; background: linear-gradient(135deg, #c9e2ab, #ABE2B2);