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