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