#c9fce2
a pale, electric green · cool · closest name: beige
RGB
201, 252, 226
HSL
149°, 90%, 89%
CMYK
20, 0, 10, 1
Luminance
0.8753
Every format
| HEX | #c9fce2 |
| RGB | rgb(201, 252, 226) |
| HSL | hsl(149, 90%, 89%) |
| CMYK | cmyk(20%, 0%, 10%, 1%) |
| LAB | lab(95.0 -21.2 7.2) |
| LCH | lch(95.0 22.4 161.3) |
| OKLCH | oklch(0.949 0.063 162.8) |
Copy-ready code
/* CSS */
color: #c9fce2;
background-color: #c9fce2;
/* Tailwind (arbitrary) */
class="text-[#c9fce2] bg-[#c9fce2]"
/* SCSS */
$brand: #c9fce2;
/* SwiftUI */
Color(red: 0.788, green: 0.988, blue: 0.886)
/* Android */
Color.parseColor("#c9fce2")Accessibility — WCAG contrast
Aa
#c9fce2 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9fce2 on black: 18.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green98.8%
Blue88.6%
CMYK percentages
Cyan20.2%
Magenta0.0%
Yellow10.3%
Key (black)1.2%
Color previews
#c9fce2 text on a black background
contrast 18.51:1
Card sample
#c9fce2 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9fce2;
Background color
Panel with #c9fce2 background
background-color: #c9fce2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9fce2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 252, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 252, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9fce2; background: linear-gradient(135deg, #c9fce2, #C9F4FC);