#dfd249
a balanced, vivid yellow · cool · closest name: khaki
RGB
223, 210, 73
HSL
55°, 70%, 58%
CMYK
0, 6, 67, 13
Luminance
0.6226
Every format
| HEX | #dfd249 |
| RGB | rgb(223, 210, 73) |
| HSL | hsl(55, 70%, 58%) |
| CMYK | cmyk(0%, 6%, 67%, 13%) |
| LAB | lab(83.0 -11.1 66.5) |
| LCH | lch(83.0 67.4 99.5) |
| OKLCH | oklch(0.850 0.153 103.9) |
Copy-ready code
/* CSS */
color: #dfd249;
background-color: #dfd249;
/* Tailwind (arbitrary) */
class="text-[#dfd249] bg-[#dfd249]"
/* SCSS */
$brand: #dfd249;
/* SwiftUI */
Color(red: 0.875, green: 0.824, blue: 0.286)
/* Android */
Color.parseColor("#dfd249")Accessibility — WCAG contrast
Aa
#dfd249 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfd249 on black: 13.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green82.4%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta5.8%
Yellow67.3%
Key (black)12.5%
Color previews
#dfd249 text on a black background
contrast 13.45:1
Card sample
#dfd249 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfd249;
Background color
Panel with #dfd249 background
background-color: #dfd249;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfd249;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 210, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 210, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfd249; background: linear-gradient(135deg, #dfd249, #88DF49);