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