#fbdf19
a balanced, electric yellow · cool · closest name: gold
RGB
251, 223, 25
HSL
53°, 97%, 54%
CMYK
0, 11, 90, 2
Luminance
0.7335
Every format
| HEX | #fbdf19 |
| RGB | rgb(251, 223, 25) |
| HSL | hsl(53, 97%, 54%) |
| CMYK | cmyk(0%, 11%, 90%, 2%) |
| LAB | lab(88.6 -7.4 85.6) |
| LCH | lch(88.6 85.9 94.9) |
| OKLCH | oklch(0.899 0.183 99.8) |
Copy-ready code
/* CSS */
color: #fbdf19;
background-color: #fbdf19;
/* Tailwind (arbitrary) */
class="text-[#fbdf19] bg-[#fbdf19]"
/* SCSS */
$brand: #fbdf19;
/* SwiftUI */
Color(red: 0.984, green: 0.875, blue: 0.098)
/* Android */
Color.parseColor("#fbdf19")Accessibility — WCAG contrast
Aa
#fbdf19 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbdf19 on black: 15.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green87.5%
Blue9.8%
CMYK percentages
Cyan0.0%
Magenta11.2%
Yellow90.0%
Key (black)1.6%
Color previews
#fbdf19 text on a black background
contrast 15.67:1
Card sample
#fbdf19 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbdf19;
Background color
Panel with #fbdf19 background
background-color: #fbdf19;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbdf19;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 223, 25, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 223, 25, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbdf19; background: linear-gradient(135deg, #fbdf19, #80FB19);