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