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