#dfdb2f
a balanced, vivid yellow · cool · closest name: gold
RGB
223, 219, 47
HSL
59°, 73%, 53%
CMYK
0, 2, 79, 13
Luminance
0.6656
Every format
| HEX | #dfdb2f |
| RGB | rgb(223, 219, 47) |
| HSL | hsl(59, 73%, 53%) |
| CMYK | cmyk(0%, 2%, 79%, 13%) |
| LAB | lab(85.3 -16.7 77.2) |
| LCH | lch(85.3 79.0 102.2) |
| OKLCH | oklch(0.867 0.176 108.1) |
Copy-ready code
/* CSS */
color: #dfdb2f;
background-color: #dfdb2f;
/* Tailwind (arbitrary) */
class="text-[#dfdb2f] bg-[#dfdb2f]"
/* SCSS */
$brand: #dfdb2f;
/* SwiftUI */
Color(red: 0.875, green: 0.859, blue: 0.184)
/* Android */
Color.parseColor("#dfdb2f")Accessibility — WCAG contrast
Aa
#dfdb2f on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfdb2f on black: 14.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green85.9%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta1.8%
Yellow78.9%
Key (black)12.5%
Color previews
#dfdb2f text on a black background
contrast 14.31:1
Card sample
#dfdb2f text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfdb2f;
Background color
Panel with #dfdb2f background
background-color: #dfdb2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfdb2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 219, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 219, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfdb2f; background: linear-gradient(135deg, #dfdb2f, #6EDF2F);