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