#dfd048
a balanced, vivid yellow · cool · closest name: khaki
RGB
223, 208, 72
HSL
54°, 70%, 58%
CMYK
0, 7, 68, 13
Luminance
0.6127
Every format
| HEX | #dfd048 |
| RGB | rgb(223, 208, 72) |
| HSL | hsl(54, 70%, 58%) |
| CMYK | cmyk(0%, 7%, 68%, 13%) |
| LAB | lab(82.5 -10.2 66.3) |
| LCH | lch(82.5 67.1 98.7) |
| OKLCH | oklch(0.846 0.152 103.0) |
Copy-ready code
/* CSS */
color: #dfd048;
background-color: #dfd048;
/* Tailwind (arbitrary) */
class="text-[#dfd048] bg-[#dfd048]"
/* SCSS */
$brand: #dfd048;
/* SwiftUI */
Color(red: 0.875, green: 0.816, blue: 0.282)
/* Android */
Color.parseColor("#dfd048")Accessibility — WCAG contrast
Aa
#dfd048 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfd048 on black: 13.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green81.6%
Blue28.2%
CMYK percentages
Cyan0.0%
Magenta6.7%
Yellow67.7%
Key (black)12.5%
Color previews
#dfd048 text on a black background
contrast 13.25:1
Card sample
#dfd048 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfd048;
Background color
Panel with #dfd048 background
background-color: #dfd048;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfd048;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 208, 72, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 208, 72, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfd048; background: linear-gradient(135deg, #dfd048, #89DF48);