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