#dfd74f
a balanced, vivid yellow · cool · closest name: khaki
RGB
223, 215, 79
HSL
57°, 69%, 59%
CMYK
0, 4, 65, 13
Luminance
0.6485
Every format
| HEX | #dfd74f |
| RGB | rgb(223, 215, 79) |
| HSL | hsl(57, 69%, 59%) |
| CMYK | cmyk(0%, 4%, 65%, 13%) |
| LAB | lab(84.4 -13.3 65.5) |
| LCH | lch(84.4 66.8 101.4) |
| OKLCH | oklch(0.861 0.154 106.0) |
Copy-ready code
/* CSS */
color: #dfd74f;
background-color: #dfd74f;
/* Tailwind (arbitrary) */
class="text-[#dfd74f] bg-[#dfd74f]"
/* SCSS */
$brand: #dfd74f;
/* SwiftUI */
Color(red: 0.875, green: 0.843, blue: 0.310)
/* Android */
Color.parseColor("#dfd74f")Accessibility — WCAG contrast
Aa
#dfd74f on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfd74f on black: 13.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green84.3%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta3.6%
Yellow64.6%
Key (black)12.5%
Color previews
#dfd74f text on a black background
contrast 13.97:1
Card sample
#dfd74f text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfd74f;
Background color
Panel with #dfd74f background
background-color: #dfd74f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfd74f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 215, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 215, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfd74f; background: linear-gradient(135deg, #dfd74f, #87DF4F);