#fbdf57
a light, electric yellow · cool · closest name: gold
RGB
251, 223, 87
HSL
50°, 95%, 66%
CMYK
0, 11, 65, 2
Luminance
0.7397
Every format
| HEX | #fbdf57 |
| RGB | rgb(251, 223, 87) |
| HSL | hsl(50, 95%, 66%) |
| CMYK | cmyk(0%, 11%, 65%, 2%) |
| LAB | lab(88.9 -5.2 67.7) |
| LCH | lch(88.9 67.9 94.4) |
| OKLCH | oklch(0.903 0.154 97.5) |
Copy-ready code
/* CSS */
color: #fbdf57;
background-color: #fbdf57;
/* Tailwind (arbitrary) */
class="text-[#fbdf57] bg-[#fbdf57]"
/* SCSS */
$brand: #fbdf57;
/* SwiftUI */
Color(red: 0.984, green: 0.875, blue: 0.341)
/* Android */
Color.parseColor("#fbdf57")Accessibility — WCAG contrast
Aa
#fbdf57 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbdf57 on black: 15.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green87.5%
Blue34.1%
CMYK percentages
Cyan0.0%
Magenta11.2%
Yellow65.3%
Key (black)1.6%
Color previews
#fbdf57 text on a black background
contrast 15.79:1
Card sample
#fbdf57 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbdf57;
Background color
Panel with #fbdf57 background
background-color: #fbdf57;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbdf57;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 223, 87, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 223, 87, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbdf57; background: linear-gradient(135deg, #fbdf57, #AAFB57);