#c9f3d8
a pale, vivid green · cool · closest name: beige
RGB
201, 243, 216
HSL
141°, 64%, 87%
CMYK
17, 0, 11, 5
Luminance
0.8148
Every format
| HEX | #c9f3d8 |
| RGB | rgb(201, 243, 216) |
| HSL | hsl(141, 64%, 87%) |
| CMYK | cmyk(17%, 0%, 11%, 5%) |
| LAB | lab(92.3 -18.6 8.6) |
| LCH | lch(92.3 20.5 155.3) |
| OKLCH | oklch(0.927 0.057 156.9) |
Copy-ready code
/* CSS */
color: #c9f3d8;
background-color: #c9f3d8;
/* Tailwind (arbitrary) */
class="text-[#c9f3d8] bg-[#c9f3d8]"
/* SCSS */
$brand: #c9f3d8;
/* SwiftUI */
Color(red: 0.788, green: 0.953, blue: 0.847)
/* Android */
Color.parseColor("#c9f3d8")Accessibility — WCAG contrast
Aa
#c9f3d8 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9f3d8 on black: 17.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green95.3%
Blue84.7%
CMYK percentages
Cyan17.3%
Magenta0.0%
Yellow11.1%
Key (black)4.7%
Color previews
#c9f3d8 text on a black background
contrast 17.30:1
Card sample
#c9f3d8 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9f3d8;
Background color
Panel with #c9f3d8 background
background-color: #c9f3d8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9f3d8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 243, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 243, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9f3d8; background: linear-gradient(135deg, #c9f3d8, #C9F2F3);