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