#cffeb8
a pale, electric green · cool · closest name: khaki
RGB
207, 254, 184
HSL
100°, 97%, 86%
CMYK
19, 0, 28, 0
Luminance
0.8761
Every format
| HEX | #cffeb8 |
| RGB | rgb(207, 254, 184) |
| HSL | hsl(100, 97%, 86%) |
| CMYK | cmyk(19%, 0%, 28%, 0%) |
| LAB | lab(95.0 -27.3 28.7) |
| LCH | lch(95.0 39.6 133.5) |
| OKLCH | oklch(0.947 0.104 135.6) |
Copy-ready code
/* CSS */
color: #cffeb8;
background-color: #cffeb8;
/* Tailwind (arbitrary) */
class="text-[#cffeb8] bg-[#cffeb8]"
/* SCSS */
$brand: #cffeb8;
/* SwiftUI */
Color(red: 0.812, green: 0.996, blue: 0.722)
/* Android */
Color.parseColor("#cffeb8")Accessibility — WCAG contrast
Aa
#cffeb8 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cffeb8 on black: 18.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green99.6%
Blue72.2%
CMYK percentages
Cyan18.5%
Magenta0.0%
Yellow27.6%
Key (black)0.4%
Color previews
#cffeb8 text on a black background
contrast 18.52:1
Card sample
#cffeb8 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cffeb8;
Background color
Panel with #cffeb8 background
background-color: #cffeb8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cffeb8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 254, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 254, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cffeb8; background: linear-gradient(135deg, #cffeb8, #B8FED0);