#dffeb7
a pale, electric green · cool · closest name: khaki
RGB
223, 254, 183
HSL
86°, 97%, 86%
CMYK
12, 0, 28, 0
Luminance
0.8999
Every format
| HEX | #dffeb7 |
| RGB | rgb(223, 254, 183) |
| HSL | hsl(86, 97%, 86%) |
| CMYK | cmyk(12%, 0%, 28%, 0%) |
| LAB | lab(96.0 -21.9 30.7) |
| LCH | lch(96.0 37.7 125.4) |
| OKLCH | oklch(0.958 0.097 127.3) |
Copy-ready code
/* CSS */
color: #dffeb7;
background-color: #dffeb7;
/* Tailwind (arbitrary) */
class="text-[#dffeb7] bg-[#dffeb7]"
/* SCSS */
$brand: #dffeb7;
/* SwiftUI */
Color(red: 0.875, green: 0.996, blue: 0.718)
/* Android */
Color.parseColor("#dffeb7")Accessibility — WCAG contrast
Aa
#dffeb7 on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dffeb7 on black: 19.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green99.6%
Blue71.8%
CMYK percentages
Cyan12.2%
Magenta0.0%
Yellow28.0%
Key (black)0.4%
Color previews
#dffeb7 text on a black background
contrast 19.00:1
Card sample
#dffeb7 text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dffeb7;
Background color
Panel with #dffeb7 background
background-color: #dffeb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dffeb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 254, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 254, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dffeb7; background: linear-gradient(135deg, #dffeb7, #B7FEBE);