#c9f8cf
a pale, electric green · cool · closest name: beige
RGB
201, 248, 207
HSL
128°, 77%, 88%
CMYK
19, 0, 17, 3
Luminance
0.8406
Every format
| HEX | #c9f8cf |
| RGB | rgb(201, 248, 207) |
| HSL | hsl(128, 77%, 88%) |
| CMYK | cmyk(19%, 0%, 17%, 3%) |
| LAB | lab(93.5 -22.7 14.8) |
| LCH | lch(93.5 27.1 146.8) |
| OKLCH | oklch(0.935 0.073 148.5) |
Copy-ready code
/* CSS */
color: #c9f8cf;
background-color: #c9f8cf;
/* Tailwind (arbitrary) */
class="text-[#c9f8cf] bg-[#c9f8cf]"
/* SCSS */
$brand: #c9f8cf;
/* SwiftUI */
Color(red: 0.788, green: 0.973, blue: 0.812)
/* Android */
Color.parseColor("#c9f8cf")Accessibility — WCAG contrast
Aa
#c9f8cf on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9f8cf on black: 17.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green97.3%
Blue81.2%
CMYK percentages
Cyan19.0%
Magenta0.0%
Yellow16.5%
Key (black)2.7%
Color previews
#c9f8cf text on a black background
contrast 17.81:1
Card sample
#c9f8cf text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9f8cf;
Background color
Panel with #c9f8cf background
background-color: #c9f8cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9f8cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 248, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 248, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9f8cf; background: linear-gradient(135deg, #c9f8cf, #C9F8EE);