#dfbe02
a dark, electric yellow · cool · closest name: gold
RGB
223, 190, 2
HSL
51°, 98%, 44%
CMYK
0, 15, 99, 13
Luminance
0.5252
Every format
| HEX | #dfbe02 |
| RGB | rgb(223, 190, 2) |
| HSL | hsl(51, 98%, 44%) |
| CMYK | cmyk(0%, 15%, 99%, 13%) |
| LAB | lab(77.6 -2.9 78.9) |
| LCH | lch(77.6 79.0 92.1) |
| OKLCH | oklch(0.806 0.166 96.4) |
Copy-ready code
/* CSS */
color: #dfbe02;
background-color: #dfbe02;
/* Tailwind (arbitrary) */
class="text-[#dfbe02] bg-[#dfbe02]"
/* SCSS */
$brand: #dfbe02;
/* SwiftUI */
Color(red: 0.875, green: 0.745, blue: 0.008)
/* Android */
Color.parseColor("#dfbe02")Accessibility — WCAG contrast
Aa
#dfbe02 on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfbe02 on black: 11.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green74.5%
Blue0.8%
CMYK percentages
Cyan0.0%
Magenta14.8%
Yellow99.1%
Key (black)12.5%
Color previews
#dfbe02 text on a black background
contrast 11.50:1
Card sample
#dfbe02 text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfbe02;
Background color
Panel with #dfbe02 background
background-color: #dfbe02;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfbe02;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 190, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 190, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfbe02; background: linear-gradient(135deg, #dfbe02, #6DDF02);