#cffcb9
a pale, electric green · cool · closest name: khaki
RGB
207, 252, 185
HSL
100°, 92%, 86%
CMYK
18, 0, 27, 1
Luminance
0.8639
Every format
| HEX | #cffcb9 |
| RGB | rgb(207, 252, 185) |
| HSL | hsl(100, 92%, 86%) |
| CMYK | cmyk(18%, 0%, 27%, 1%) |
| LAB | lab(94.5 -26.2 27.5) |
| LCH | lch(94.5 38.0 133.6) |
| OKLCH | oklch(0.943 0.100 135.6) |
Copy-ready code
/* CSS */
color: #cffcb9;
background-color: #cffcb9;
/* Tailwind (arbitrary) */
class="text-[#cffcb9] bg-[#cffcb9]"
/* SCSS */
$brand: #cffcb9;
/* SwiftUI */
Color(red: 0.812, green: 0.988, blue: 0.725)
/* Android */
Color.parseColor("#cffcb9")Accessibility — WCAG contrast
Aa
#cffcb9 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cffcb9 on black: 18.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green98.8%
Blue72.5%
CMYK percentages
Cyan17.9%
Magenta0.0%
Yellow26.6%
Key (black)1.2%
Color previews
#cffcb9 text on a black background
contrast 18.28:1
Card sample
#cffcb9 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cffcb9;
Background color
Panel with #cffcb9 background
background-color: #cffcb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cffcb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 252, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 252, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cffcb9; background: linear-gradient(135deg, #cffcb9, #B9FCD0);