#dfd24f
a balanced, vivid yellow · cool · closest name: khaki
RGB
223, 210, 79
HSL
55°, 69%, 59%
CMYK
0, 6, 65, 13
Luminance
0.6235
Every format
| HEX | #dfd24f |
| RGB | rgb(223, 210, 79) |
| HSL | hsl(55, 69%, 59%) |
| CMYK | cmyk(0%, 6%, 65%, 13%) |
| LAB | lab(83.1 -10.8 64.2) |
| LCH | lch(83.1 65.0 99.5) |
| OKLCH | oklch(0.851 0.149 103.6) |
Copy-ready code
/* CSS */
color: #dfd24f;
background-color: #dfd24f;
/* Tailwind (arbitrary) */
class="text-[#dfd24f] bg-[#dfd24f]"
/* SCSS */
$brand: #dfd24f;
/* SwiftUI */
Color(red: 0.875, green: 0.824, blue: 0.310)
/* Android */
Color.parseColor("#dfd24f")Accessibility — WCAG contrast
Aa
#dfd24f on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfd24f on black: 13.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green82.4%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta5.8%
Yellow64.6%
Key (black)12.5%
Color previews
#dfd24f text on a black background
contrast 13.47:1
Card sample
#dfd24f text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfd24f;
Background color
Panel with #dfd24f background
background-color: #dfd24f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfd24f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 210, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 210, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfd24f; background: linear-gradient(135deg, #dfd24f, #8CDF4F);