#dfe062
a balanced, vivid yellow · cool · closest name: khaki
RGB
223, 224, 98
HSL
61°, 67%, 63%
CMYK
0, 0, 56, 12
Luminance
0.6988
Every format
| HEX | #dfe062 |
| RGB | rgb(223, 224, 98) |
| HSL | hsl(61, 67%, 63%) |
| CMYK | cmyk(0%, 0%, 56%, 12%) |
| LAB | lab(86.9 -16.5 60.3) |
| LCH | lch(86.9 62.5 105.3) |
| OKLCH | oklch(0.882 0.148 109.5) |
Copy-ready code
/* CSS */
color: #dfe062;
background-color: #dfe062;
/* Tailwind (arbitrary) */
class="text-[#dfe062] bg-[#dfe062]"
/* SCSS */
$brand: #dfe062;
/* SwiftUI */
Color(red: 0.875, green: 0.878, blue: 0.384)
/* Android */
Color.parseColor("#dfe062")Accessibility — WCAG contrast
Aa
#dfe062 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfe062 on black: 14.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green87.8%
Blue38.4%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow56.3%
Key (black)12.2%
Color previews
#dfe062 text on a black background
contrast 14.98:1
Card sample
#dfe062 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfe062;
Background color
Panel with #dfe062 background
background-color: #dfe062;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfe062;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 224, 98, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 224, 98, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfe062; background: linear-gradient(135deg, #dfe062, #8BE062);