#fdfc2e
a balanced, electric yellow · cool · closest name: yellow
RGB
253, 252, 46
HSL
60°, 98%, 59%
CMYK
0, 0, 82, 1
Luminance
0.9070
Every format
| HEX | #fdfc2e |
| RGB | rgb(253, 252, 46) |
| HSL | hsl(60, 98%, 59%) |
| CMYK | cmyk(0%, 0%, 82%, 1%) |
| LAB | lab(96.3 -20.3 87.8) |
| LCH | lch(96.3 90.2 103.0) |
| OKLCH | oklch(0.961 0.200 109.3) |
Copy-ready code
/* CSS */
color: #fdfc2e;
background-color: #fdfc2e;
/* Tailwind (arbitrary) */
class="text-[#fdfc2e] bg-[#fdfc2e]"
/* SCSS */
$brand: #fdfc2e;
/* SwiftUI */
Color(red: 0.992, green: 0.988, blue: 0.180)
/* Android */
Color.parseColor("#fdfc2e")Accessibility — WCAG contrast
Aa
#fdfc2e on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfc2e on black: 19.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green98.8%
Blue18.0%
CMYK percentages
Cyan0.0%
Magenta0.4%
Yellow81.8%
Key (black)0.8%
Color previews
#fdfc2e text on a black background
contrast 19.14:1
Card sample
#fdfc2e text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfc2e;
Background color
Panel with #fdfc2e background
background-color: #fdfc2e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfc2e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 252, 46, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 252, 46, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfc2e; background: linear-gradient(135deg, #fdfc2e, #74FD2E);