#dfba23
a balanced, vivid yellow · cool · closest name: gold
RGB
223, 186, 35
HSL
48°, 75%, 51%
CMYK
0, 17, 84, 13
Luminance
0.5093
Every format
| HEX | #dfba23 |
| RGB | rgb(223, 186, 35) |
| HSL | hsl(48, 75%, 51%) |
| CMYK | cmyk(0%, 17%, 84%, 13%) |
| LAB | lab(76.6 -0.3 73.0) |
| LCH | lch(76.6 73.0 90.2) |
| OKLCH | oklch(0.799 0.156 93.6) |
Copy-ready code
/* CSS */
color: #dfba23;
background-color: #dfba23;
/* Tailwind (arbitrary) */
class="text-[#dfba23] bg-[#dfba23]"
/* SCSS */
$brand: #dfba23;
/* SwiftUI */
Color(red: 0.875, green: 0.729, blue: 0.137)
/* Android */
Color.parseColor("#dfba23")Accessibility — WCAG contrast
Aa
#dfba23 on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfba23 on black: 11.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green72.9%
Blue13.7%
CMYK percentages
Cyan0.0%
Magenta16.6%
Yellow84.3%
Key (black)12.5%
Color previews
#dfba23 text on a black background
contrast 11.19:1
Card sample
#dfba23 text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfba23;
Background color
Panel with #dfba23 background
background-color: #dfba23;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfba23;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 186, 35, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 186, 35, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfba23; background: linear-gradient(135deg, #dfba23, #87DF23);