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