#fffd50
a light, electric yellow · cool · closest name: yellow
RGB
255, 253, 80
HSL
59°, 100%, 66%
CMYK
0, 1, 69, 0
Luminance
0.9209
Every format
| HEX | #fffd50 |
| RGB | rgb(255, 253, 80) |
| HSL | hsl(59, 100%, 66%) |
| CMYK | cmyk(0%, 1%, 69%, 0%) |
| LAB | lab(96.9 -18.7 78.5) |
| LCH | lch(96.9 80.8 103.4) |
| OKLCH | oklch(0.967 0.184 108.7) |
Copy-ready code
/* CSS */
color: #fffd50;
background-color: #fffd50;
/* Tailwind (arbitrary) */
class="text-[#fffd50] bg-[#fffd50]"
/* SCSS */
$brand: #fffd50;
/* SwiftUI */
Color(red: 1.000, green: 0.992, blue: 0.314)
/* Android */
Color.parseColor("#fffd50")Accessibility — WCAG contrast
Aa
#fffd50 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fffd50 on black: 19.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green99.2%
Blue31.4%
CMYK percentages
Cyan0.0%
Magenta0.8%
Yellow68.6%
Key (black)0.0%
Color previews
#fffd50 text on a black background
contrast 19.42:1
Card sample
#fffd50 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fffd50;
Background color
Panel with #fffd50 background
background-color: #fffd50;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fffd50;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 253, 80, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 253, 80, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fffd50; background: linear-gradient(135deg, #fffd50, #8CFF50);