#c9f4cf
a pale, vivid green · cool · closest name: beige
RGB
201, 244, 207
HSL
128°, 66%, 87%
CMYK
18, 0, 15, 4
Luminance
0.8162
Every format
| HEX | #c9f4cf |
| RGB | rgb(201, 244, 207) |
| HSL | hsl(128, 66%, 87%) |
| CMYK | cmyk(18%, 0%, 15%, 4%) |
| LAB | lab(92.4 -20.8 13.3) |
| LCH | lch(92.4 24.6 147.3) |
| OKLCH | oklch(0.927 0.067 148.9) |
Copy-ready code
/* CSS */
color: #c9f4cf;
background-color: #c9f4cf;
/* Tailwind (arbitrary) */
class="text-[#c9f4cf] bg-[#c9f4cf]"
/* SCSS */
$brand: #c9f4cf;
/* SwiftUI */
Color(red: 0.788, green: 0.957, blue: 0.812)
/* Android */
Color.parseColor("#c9f4cf")Accessibility — WCAG contrast
Aa
#c9f4cf on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9f4cf on black: 17.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green95.7%
Blue81.2%
CMYK percentages
Cyan17.6%
Magenta0.0%
Yellow15.2%
Key (black)4.3%
Color previews
#c9f4cf text on a black background
contrast 17.32:1
Card sample
#c9f4cf text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9f4cf;
Background color
Panel with #c9f4cf background
background-color: #c9f4cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9f4cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 244, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 244, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9f4cf; background: linear-gradient(135deg, #c9f4cf, #C9F4EC);