#dfd862
a balanced, vivid yellow · cool · closest name: khaki
RGB
223, 216, 98
HSL
57°, 66%, 63%
CMYK
0, 3, 56, 13
Luminance
0.6568
Every format
| HEX | #dfd862 |
| RGB | rgb(223, 216, 98) |
| HSL | hsl(57, 66%, 63%) |
| CMYK | cmyk(0%, 3%, 56%, 13%) |
| LAB | lab(84.8 -12.5 57.9) |
| LCH | lch(84.8 59.2 102.2) |
| OKLCH | oklch(0.865 0.140 105.8) |
Copy-ready code
/* CSS */
color: #dfd862;
background-color: #dfd862;
/* Tailwind (arbitrary) */
class="text-[#dfd862] bg-[#dfd862]"
/* SCSS */
$brand: #dfd862;
/* SwiftUI */
Color(red: 0.875, green: 0.847, blue: 0.384)
/* Android */
Color.parseColor("#dfd862")Accessibility — WCAG contrast
Aa
#dfd862 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfd862 on black: 14.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green84.7%
Blue38.4%
CMYK percentages
Cyan0.0%
Magenta3.1%
Yellow56.1%
Key (black)12.5%
Color previews
#dfd862 text on a black background
contrast 14.14:1
Card sample
#dfd862 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfd862;
Background color
Panel with #dfd862 background
background-color: #dfd862;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfd862;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 216, 98, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 216, 98, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfd862; background: linear-gradient(135deg, #dfd862, #93DF62);