#dfba08
a balanced, electric yellow · cool · closest name: gold
RGB
223, 186, 8
HSL
50°, 93%, 45%
CMYK
0, 17, 96, 13
Luminance
0.5082
Every format
| HEX | #dfba08 |
| RGB | rgb(223, 186, 8) |
| HSL | hsl(50, 93%, 45%) |
| CMYK | cmyk(0%, 17%, 96%, 13%) |
| LAB | lab(76.6 -0.8 77.6) |
| LCH | lch(76.6 77.6 90.6) |
| OKLCH | oklch(0.798 0.163 94.3) |
Copy-ready code
/* CSS */
color: #dfba08;
background-color: #dfba08;
/* Tailwind (arbitrary) */
class="text-[#dfba08] bg-[#dfba08]"
/* SCSS */
$brand: #dfba08;
/* SwiftUI */
Color(red: 0.875, green: 0.729, blue: 0.031)
/* Android */
Color.parseColor("#dfba08")Accessibility — WCAG contrast
Aa
#dfba08 on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfba08 on black: 11.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green72.9%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta16.6%
Yellow96.4%
Key (black)12.5%
Color previews
#dfba08 text on a black background
contrast 11.16:1
Card sample
#dfba08 text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfba08;
Background color
Panel with #dfba08 background
background-color: #dfba08;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfba08;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 186, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 186, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfba08; background: linear-gradient(135deg, #dfba08, #75DF08);