#fdfd5f
a light, electric yellow · cool · closest name: yellow
RGB
253, 253, 95
HSL
60°, 98%, 68%
CMYK
0, 0, 63, 1
Luminance
0.9196
Every format
| HEX | #fdfd5f |
| RGB | rgb(253, 253, 95) |
| HSL | hsl(60, 98%, 68%) |
| CMYK | cmyk(0%, 0%, 63%, 1%) |
| LAB | lab(96.8 -18.7 72.9) |
| LCH | lch(96.8 75.2 104.4) |
| OKLCH | oklch(0.966 0.175 109.3) |
Copy-ready code
/* CSS */
color: #fdfd5f;
background-color: #fdfd5f;
/* Tailwind (arbitrary) */
class="text-[#fdfd5f] bg-[#fdfd5f]"
/* SCSS */
$brand: #fdfd5f;
/* SwiftUI */
Color(red: 0.992, green: 0.992, blue: 0.373)
/* Android */
Color.parseColor("#fdfd5f")Accessibility — WCAG contrast
Aa
#fdfd5f on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfd5f on black: 19.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green99.2%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow62.5%
Key (black)0.8%
Color previews
#fdfd5f text on a black background
contrast 19.39:1
Card sample
#fdfd5f text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfd5f;
Background color
Panel with #fdfd5f background
background-color: #fdfd5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfd5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 253, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 253, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfd5f; background: linear-gradient(135deg, #fdfd5f, #94FD5F);