#dffeb4
a pale, electric green · cool · closest name: khaki
RGB
223, 254, 180
HSL
85°, 97%, 85%
CMYK
12, 0, 29, 0
Luminance
0.8987
Every format
| HEX | #dffeb4 |
| RGB | rgb(223, 254, 180) |
| HSL | hsl(85, 97%, 85%) |
| CMYK | cmyk(12%, 0%, 29%, 0%) |
| LAB | lab(95.9 -22.3 32.2) |
| LCH | lch(95.9 39.1 124.7) |
| OKLCH | oklch(0.957 0.101 126.7) |
Copy-ready code
/* CSS */
color: #dffeb4;
background-color: #dffeb4;
/* Tailwind (arbitrary) */
class="text-[#dffeb4] bg-[#dffeb4]"
/* SCSS */
$brand: #dffeb4;
/* SwiftUI */
Color(red: 0.875, green: 0.996, blue: 0.706)
/* Android */
Color.parseColor("#dffeb4")Accessibility — WCAG contrast
Aa
#dffeb4 on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dffeb4 on black: 18.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green99.6%
Blue70.6%
CMYK percentages
Cyan12.2%
Magenta0.0%
Yellow29.1%
Key (black)0.4%
Color previews
#dffeb4 text on a black background
contrast 18.97:1
Card sample
#dffeb4 text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dffeb4;
Background color
Panel with #dffeb4 background
background-color: #dffeb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dffeb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 254, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 254, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dffeb4; background: linear-gradient(135deg, #dffeb4, #B4FEBA);