#c9fec4
a pale, electric green · cool · closest name: aquamarine
RGB
201, 254, 196
HSL
115°, 97%, 88%
CMYK
21, 0, 23, 0
Luminance
0.8729
Every format
| HEX | #c9fec4 |
| RGB | rgb(201, 254, 196) |
| HSL | hsl(115, 97%, 88%) |
| CMYK | cmyk(21%, 0%, 23%, 0%) |
| LAB | lab(94.9 -27.4 22.4) |
| LCH | lch(94.9 35.4 140.8) |
| OKLCH | oklch(0.946 0.094 142.6) |
Copy-ready code
/* CSS */
color: #c9fec4;
background-color: #c9fec4;
/* Tailwind (arbitrary) */
class="text-[#c9fec4] bg-[#c9fec4]"
/* SCSS */
$brand: #c9fec4;
/* SwiftUI */
Color(red: 0.788, green: 0.996, blue: 0.769)
/* Android */
Color.parseColor("#c9fec4")Accessibility — WCAG contrast
Aa
#c9fec4 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9fec4 on black: 18.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green99.6%
Blue76.9%
CMYK percentages
Cyan20.9%
Magenta0.0%
Yellow22.8%
Key (black)0.4%
Color previews
#c9fec4 text on a black background
contrast 18.46:1
Card sample
#c9fec4 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9fec4;
Background color
Panel with #c9fec4 background
background-color: #c9fec4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9fec4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 254, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 254, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9fec4; background: linear-gradient(135deg, #c9fec4, #C4FEE6);