#dfd259
a balanced, vivid yellow · cool · closest name: khaki
RGB
223, 210, 89
HSL
54°, 68%, 61%
CMYK
0, 6, 60, 13
Luminance
0.6250
Every format
| HEX | #dfd259 |
| RGB | rgb(223, 210, 89) |
| HSL | hsl(54, 68%, 61%) |
| CMYK | cmyk(0%, 6%, 60%, 13%) |
| LAB | lab(83.2 -10.1 60.0) |
| LCH | lch(83.2 60.9 99.6) |
| OKLCH | oklch(0.852 0.141 103.2) |
Copy-ready code
/* CSS */
color: #dfd259;
background-color: #dfd259;
/* Tailwind (arbitrary) */
class="text-[#dfd259] bg-[#dfd259]"
/* SCSS */
$brand: #dfd259;
/* SwiftUI */
Color(red: 0.875, green: 0.824, blue: 0.349)
/* Android */
Color.parseColor("#dfd259")Accessibility — WCAG contrast
Aa
#dfd259 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfd259 on black: 13.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green82.4%
Blue34.9%
CMYK percentages
Cyan0.0%
Magenta5.8%
Yellow60.1%
Key (black)12.5%
Color previews
#dfd259 text on a black background
contrast 13.50:1
Card sample
#dfd259 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfd259;
Background color
Panel with #dfd259 background
background-color: #dfd259;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfd259;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 210, 89, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 210, 89, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfd259; background: linear-gradient(135deg, #dfd259, #93DF59);