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