#fdfb5e
a light, electric yellow · cool · closest name: yellow
RGB
253, 251, 94
HSL
59°, 98%, 68%
CMYK
0, 1, 63, 1
Luminance
0.9069
Every format
| HEX | #fdfb5e |
| RGB | rgb(253, 251, 94) |
| HSL | hsl(59, 98%, 68%) |
| CMYK | cmyk(0%, 1%, 63%, 1%) |
| LAB | lab(96.3 -17.8 72.7) |
| LCH | lch(96.3 74.9 103.8) |
| OKLCH | oklch(0.962 0.174 108.6) |
Copy-ready code
/* CSS */
color: #fdfb5e;
background-color: #fdfb5e;
/* Tailwind (arbitrary) */
class="text-[#fdfb5e] bg-[#fdfb5e]"
/* SCSS */
$brand: #fdfb5e;
/* SwiftUI */
Color(red: 0.992, green: 0.984, blue: 0.369)
/* Android */
Color.parseColor("#fdfb5e")Accessibility — WCAG contrast
Aa
#fdfb5e on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfb5e on black: 19.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green98.4%
Blue36.9%
CMYK percentages
Cyan0.0%
Magenta0.8%
Yellow62.8%
Key (black)0.8%
Color previews
#fdfb5e text on a black background
contrast 19.14:1
Card sample
#fdfb5e text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfb5e;
Background color
Panel with #fdfb5e background
background-color: #fdfb5e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfb5e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 251, 94, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 251, 94, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfb5e; background: linear-gradient(135deg, #fdfb5e, #95FD5E);