#c9fbc9
a pale, electric green · cool · closest name: beige
RGB
201, 251, 201
HSL
120°, 86%, 89%
CMYK
20, 0, 20, 2
Luminance
0.8563
Every format
| HEX | #c9fbc9 |
| RGB | rgb(201, 251, 201) |
| HSL | hsl(120, 86%, 89%) |
| CMYK | cmyk(20%, 0%, 20%, 2%) |
| LAB | lab(94.2 -25.1 18.9) |
| LCH | lch(94.2 31.4 143.1) |
| OKLCH | oklch(0.941 0.084 144.9) |
Copy-ready code
/* CSS */
color: #c9fbc9;
background-color: #c9fbc9;
/* Tailwind (arbitrary) */
class="text-[#c9fbc9] bg-[#c9fbc9]"
/* SCSS */
$brand: #c9fbc9;
/* SwiftUI */
Color(red: 0.788, green: 0.984, blue: 0.788)
/* Android */
Color.parseColor("#c9fbc9")Accessibility — WCAG contrast
Aa
#c9fbc9 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9fbc9 on black: 18.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green98.4%
Blue78.8%
CMYK percentages
Cyan19.9%
Magenta0.0%
Yellow19.9%
Key (black)1.6%
Color previews
#c9fbc9 text on a black background
contrast 18.13:1
Card sample
#c9fbc9 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9fbc9;
Background color
Panel with #c9fbc9 background
background-color: #c9fbc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9fbc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 251, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 251, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9fbc9; background: linear-gradient(135deg, #c9fbc9, #C9FBEA);