#dfe856
a balanced, electric yellow · cool · closest name: khaki
RGB
223, 232, 86
HSL
64°, 76%, 62%
CMYK
4, 0, 63, 9
Luminance
0.7407
Every format
| HEX | #dfe856 |
| RGB | rgb(223, 232, 86) |
| HSL | hsl(64, 76%, 62%) |
| CMYK | cmyk(4%, 0%, 63%, 9%) |
| LAB | lab(89.0 -21.2 67.5) |
| LCH | lch(89.0 70.7 107.4) |
| OKLCH | oklch(0.897 0.166 112.7) |
Copy-ready code
/* CSS */
color: #dfe856;
background-color: #dfe856;
/* Tailwind (arbitrary) */
class="text-[#dfe856] bg-[#dfe856]"
/* SCSS */
$brand: #dfe856;
/* SwiftUI */
Color(red: 0.875, green: 0.910, blue: 0.337)
/* Android */
Color.parseColor("#dfe856")Accessibility — WCAG contrast
Aa
#dfe856 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfe856 on black: 15.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green91.0%
Blue33.7%
CMYK percentages
Cyan3.9%
Magenta0.0%
Yellow62.9%
Key (black)9.0%
Color previews
#dfe856 text on a black background
contrast 15.81:1
Card sample
#dfe856 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfe856;
Background color
Panel with #dfe856 background
background-color: #dfe856;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfe856;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 232, 86, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 232, 86, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfe856; background: linear-gradient(135deg, #dfe856, #7EE856);