#dfd059
a balanced, vivid yellow · cool · closest name: khaki
RGB
223, 208, 89
HSL
53°, 68%, 61%
CMYK
0, 7, 60, 13
Luminance
0.6152
Every format
| HEX | #dfd059 |
| RGB | rgb(223, 208, 89) |
| HSL | hsl(53, 68%, 61%) |
| CMYK | cmyk(0%, 7%, 60%, 13%) |
| LAB | lab(82.7 -9.1 59.5) |
| LCH | lch(82.7 60.1 98.7) |
| OKLCH | oklch(0.847 0.140 102.2) |
Copy-ready code
/* CSS */
color: #dfd059;
background-color: #dfd059;
/* Tailwind (arbitrary) */
class="text-[#dfd059] bg-[#dfd059]"
/* SCSS */
$brand: #dfd059;
/* SwiftUI */
Color(red: 0.875, green: 0.816, blue: 0.349)
/* Android */
Color.parseColor("#dfd059")Accessibility — WCAG contrast
Aa
#dfd059 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfd059 on black: 13.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green81.6%
Blue34.9%
CMYK percentages
Cyan0.0%
Magenta6.7%
Yellow60.1%
Key (black)12.5%
Color previews
#dfd059 text on a black background
contrast 13.30:1
Card sample
#dfd059 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfd059;
Background color
Panel with #dfd059 background
background-color: #dfd059;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfd059;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 208, 89, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 208, 89, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfd059; background: linear-gradient(135deg, #dfd059, #95DF59);