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