#dfe862
a balanced, vivid yellow · cool · closest name: khaki
RGB
223, 232, 98
HSL
64°, 74%, 65%
CMYK
4, 0, 58, 9
Luminance
0.7428
Every format
| HEX | #dfe862 |
| RGB | rgb(223, 232, 98) |
| HSL | hsl(64, 74%, 65%) |
| CMYK | cmyk(4%, 0%, 58%, 9%) |
| LAB | lab(89.1 -20.4 62.6) |
| LCH | lch(89.1 65.9 108.0) |
| OKLCH | oklch(0.899 0.157 112.7) |
Copy-ready code
/* CSS */
color: #dfe862;
background-color: #dfe862;
/* Tailwind (arbitrary) */
class="text-[#dfe862] bg-[#dfe862]"
/* SCSS */
$brand: #dfe862;
/* SwiftUI */
Color(red: 0.875, green: 0.910, blue: 0.384)
/* Android */
Color.parseColor("#dfe862")Accessibility — WCAG contrast
Aa
#dfe862 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfe862 on black: 15.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green91.0%
Blue38.4%
CMYK percentages
Cyan3.9%
Magenta0.0%
Yellow57.8%
Key (black)9.0%
Color previews
#dfe862 text on a black background
contrast 15.86:1
Card sample
#dfe862 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfe862;
Background color
Panel with #dfe862 background
background-color: #dfe862;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfe862;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 232, 98, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 232, 98, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfe862; background: linear-gradient(135deg, #dfe862, #86E862);