#dff87b
a light, electric green · cool · closest name: khaki
RGB
223, 248, 123
HSL
72°, 90%, 73%
CMYK
10, 0, 50, 3
Luminance
0.8425
Every format
| HEX | #dff87b |
| RGB | rgb(223, 248, 123) |
| HSL | hsl(72, 90%, 73%) |
| CMYK | cmyk(10%, 0%, 50%, 3%) |
| LAB | lab(93.6 -26.0 56.7) |
| LCH | lch(93.6 62.4 114.6) |
| OKLCH | oklch(0.935 0.153 118.8) |
Copy-ready code
/* CSS */
color: #dff87b;
background-color: #dff87b;
/* Tailwind (arbitrary) */
class="text-[#dff87b] bg-[#dff87b]"
/* SCSS */
$brand: #dff87b;
/* SwiftUI */
Color(red: 0.875, green: 0.973, blue: 0.482)
/* Android */
Color.parseColor("#dff87b")Accessibility — WCAG contrast
Aa
#dff87b on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dff87b on black: 17.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green97.3%
Blue48.2%
CMYK percentages
Cyan10.1%
Magenta0.0%
Yellow50.4%
Key (black)2.7%
Color previews
#dff87b text on a black background
contrast 17.85:1
Card sample
#dff87b text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dff87b;
Background color
Panel with #dff87b background
background-color: #dff87b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dff87b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 248, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 248, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dff87b; background: linear-gradient(135deg, #dff87b, #8BF87B);