#fdfc3f
a balanced, electric yellow · cool · closest name: yellow
RGB
253, 252, 63
HSL
60°, 98%, 62%
CMYK
0, 0, 75, 1
Luminance
0.9086
Every format
| HEX | #fdfc3f |
| RGB | rgb(253, 252, 63) |
| HSL | hsl(60, 98%, 62%) |
| CMYK | cmyk(0%, 0%, 75%, 1%) |
| LAB | lab(96.3 -19.8 83.5) |
| LCH | lch(96.3 85.8 103.3) |
| OKLCH | oklch(0.962 0.193 109.2) |
Copy-ready code
/* CSS */
color: #fdfc3f;
background-color: #fdfc3f;
/* Tailwind (arbitrary) */
class="text-[#fdfc3f] bg-[#fdfc3f]"
/* SCSS */
$brand: #fdfc3f;
/* SwiftUI */
Color(red: 0.992, green: 0.988, blue: 0.247)
/* Android */
Color.parseColor("#fdfc3f")Accessibility — WCAG contrast
Aa
#fdfc3f on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfc3f on black: 19.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green98.8%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta0.4%
Yellow75.1%
Key (black)0.8%
Color previews
#fdfc3f text on a black background
contrast 19.17:1
Card sample
#fdfc3f text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfc3f;
Background color
Panel with #fdfc3f background
background-color: #fdfc3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfc3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 252, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 252, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfc3f; background: linear-gradient(135deg, #fdfc3f, #7FFD3F);