#dfd459
a balanced, vivid yellow · cool · closest name: khaki
RGB
223, 212, 89
HSL
55°, 68%, 61%
CMYK
0, 5, 60, 13
Luminance
0.6350
Every format
| HEX | #dfd459 |
| RGB | rgb(223, 212, 89) |
| HSL | hsl(55, 68%, 61%) |
| CMYK | cmyk(0%, 5%, 60%, 13%) |
| LAB | lab(83.7 -11.1 60.6) |
| LCH | lch(83.7 61.6 100.4) |
| OKLCH | oklch(0.856 0.143 104.2) |
Copy-ready code
/* CSS */
color: #dfd459;
background-color: #dfd459;
/* Tailwind (arbitrary) */
class="text-[#dfd459] bg-[#dfd459]"
/* SCSS */
$brand: #dfd459;
/* SwiftUI */
Color(red: 0.875, green: 0.831, blue: 0.349)
/* Android */
Color.parseColor("#dfd459")Accessibility — WCAG contrast
Aa
#dfd459 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfd459 on black: 13.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green83.1%
Blue34.9%
CMYK percentages
Cyan0.0%
Magenta4.9%
Yellow60.1%
Key (black)12.5%
Color previews
#dfd459 text on a black background
contrast 13.70:1
Card sample
#dfd459 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfd459;
Background color
Panel with #dfd459 background
background-color: #dfd459;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfd459;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 212, 89, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 212, 89, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfd459; background: linear-gradient(135deg, #dfd459, #91DF59);