#dfba33
a balanced, vivid yellow · cool · closest name: gold
RGB
223, 186, 51
HSL
47°, 73%, 54%
CMYK
0, 17, 77, 13
Luminance
0.5104
Every format
| HEX | #dfba33 |
| RGB | rgb(223, 186, 51) |
| HSL | hsl(47, 73%, 54%) |
| CMYK | cmyk(0%, 17%, 77%, 13%) |
| LAB | lab(76.7 0.2 68.3) |
| LCH | lch(76.7 68.3 89.8) |
| OKLCH | oklch(0.799 0.149 92.7) |
Copy-ready code
/* CSS */
color: #dfba33;
background-color: #dfba33;
/* Tailwind (arbitrary) */
class="text-[#dfba33] bg-[#dfba33]"
/* SCSS */
$brand: #dfba33;
/* SwiftUI */
Color(red: 0.875, green: 0.729, blue: 0.200)
/* Android */
Color.parseColor("#dfba33")Accessibility — WCAG contrast
Aa
#dfba33 on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfba33 on black: 11.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green72.9%
Blue20.0%
CMYK percentages
Cyan0.0%
Magenta16.6%
Yellow77.1%
Key (black)12.5%
Color previews
#dfba33 text on a black background
contrast 11.21:1
Card sample
#dfba33 text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfba33;
Background color
Panel with #dfba33 background
background-color: #dfba33;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfba33;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 186, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 186, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfba33; background: linear-gradient(135deg, #dfba33, #91DF33);