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