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