#fbdc13
a balanced, electric yellow · cool · closest name: gold
RGB
251, 220, 19
HSL
52°, 97%, 53%
CMYK
0, 12, 92, 2
Luminance
0.7174
Every format
| HEX | #fbdc13 |
| RGB | rgb(251, 220, 19) |
| HSL | hsl(52, 97%, 53%) |
| CMYK | cmyk(0%, 12%, 92%, 2%) |
| LAB | lab(87.8 -6.0 85.9) |
| LCH | lch(87.8 86.1 94.0) |
| OKLCH | oklch(0.893 0.183 98.7) |
Copy-ready code
/* CSS */
color: #fbdc13;
background-color: #fbdc13;
/* Tailwind (arbitrary) */
class="text-[#fbdc13] bg-[#fbdc13]"
/* SCSS */
$brand: #fbdc13;
/* SwiftUI */
Color(red: 0.984, green: 0.863, blue: 0.075)
/* Android */
Color.parseColor("#fbdc13")Accessibility — WCAG contrast
Aa
#fbdc13 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbdc13 on black: 15.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green86.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta12.4%
Yellow92.4%
Key (black)1.6%
Color previews
#fbdc13 text on a black background
contrast 15.35:1
Card sample
#fbdc13 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbdc13;
Background color
Panel with #fbdc13 background
background-color: #fbdc13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbdc13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 220, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 220, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbdc13; background: linear-gradient(135deg, #fbdc13, #7FFB13);