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