#fffd59
a light, electric yellow · cool · closest name: yellow
RGB
255, 253, 89
HSL
59°, 100%, 68%
CMYK
0, 1, 65, 0
Luminance
0.9223
Every format
| HEX | #fffd59 |
| RGB | rgb(255, 253, 89) |
| HSL | hsl(59, 100%, 68%) |
| CMYK | cmyk(0%, 1%, 65%, 0%) |
| LAB | lab(96.9 -18.3 75.3) |
| LCH | lch(96.9 77.5 103.6) |
| OKLCH | oklch(0.967 0.179 108.6) |
Copy-ready code
/* CSS */
color: #fffd59;
background-color: #fffd59;
/* Tailwind (arbitrary) */
class="text-[#fffd59] bg-[#fffd59]"
/* SCSS */
$brand: #fffd59;
/* SwiftUI */
Color(red: 1.000, green: 0.992, blue: 0.349)
/* Android */
Color.parseColor("#fffd59")Accessibility — WCAG contrast
Aa
#fffd59 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fffd59 on black: 19.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green99.2%
Blue34.9%
CMYK percentages
Cyan0.0%
Magenta0.8%
Yellow65.1%
Key (black)0.0%
Color previews
#fffd59 text on a black background
contrast 19.45:1
Card sample
#fffd59 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fffd59;
Background color
Panel with #fffd59 background
background-color: #fffd59;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fffd59;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 253, 89, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 253, 89, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fffd59; background: linear-gradient(135deg, #fffd59, #92FF59);