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