#cffeb2
a light, electric green · cool · closest name: khaki
RGB
207, 254, 178
HSL
97°, 97%, 85%
CMYK
19, 0, 30, 0
Luminance
0.8736
Every format
| HEX | #cffeb2 |
| RGB | rgb(207, 254, 178) |
| HSL | hsl(97, 97%, 85%) |
| CMYK | cmyk(19%, 0%, 30%, 0%) |
| LAB | lab(94.9 -28.2 31.6) |
| LCH | lch(94.9 42.3 131.7) |
| OKLCH | oklch(0.946 0.110 133.9) |
Copy-ready code
/* CSS */
color: #cffeb2;
background-color: #cffeb2;
/* Tailwind (arbitrary) */
class="text-[#cffeb2] bg-[#cffeb2]"
/* SCSS */
$brand: #cffeb2;
/* SwiftUI */
Color(red: 0.812, green: 0.996, blue: 0.698)
/* Android */
Color.parseColor("#cffeb2")Accessibility — WCAG contrast
Aa
#cffeb2 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cffeb2 on black: 18.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green99.6%
Blue69.8%
CMYK percentages
Cyan18.5%
Magenta0.0%
Yellow29.9%
Key (black)0.4%
Color previews
#cffeb2 text on a black background
contrast 18.47:1
Card sample
#cffeb2 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cffeb2;
Background color
Panel with #cffeb2 background
background-color: #cffeb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cffeb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 254, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 254, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cffeb2; background: linear-gradient(135deg, #cffeb2, #B2FEC8);