#fdfc06
a balanced, electric yellow · cool · “yellow”
RGB
253, 252, 6
HSL
60°, 98%, 51%
CMYK
0, 0, 98, 1
Luminance
0.9052
Every format
| HEX | #fdfc06 |
| RGB | rgb(253, 252, 6) |
| HSL | hsl(60, 98%, 51%) |
| CMYK | cmyk(0%, 0%, 98%, 1%) |
| LAB | lab(96.2 -20.9 93.3) |
| LCH | lch(96.2 95.6 102.6) |
| OKLCH | oklch(0.960 0.208 109.5) |
Copy-ready code
/* CSS */
color: #fdfc06;
background-color: #fdfc06;
/* Tailwind (arbitrary) */
class="text-[#fdfc06] bg-[#fdfc06]"
/* SCSS */
$brand: #fdfc06;
/* SwiftUI */
Color(red: 0.992, green: 0.988, blue: 0.024)
/* Android */
Color.parseColor("#fdfc06")Accessibility — WCAG contrast
Aa
#fdfc06 on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfc06 on black: 19.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green98.8%
Blue2.4%
CMYK percentages
Cyan0.0%
Magenta0.4%
Yellow97.6%
Key (black)0.8%
Color previews
#fdfc06 text on a black background
contrast 19.10:1
Card sample
#fdfc06 text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfc06;
Background color
Panel with #fdfc06 background
background-color: #fdfc06;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfc06;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 252, 6, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 252, 6, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfc06; background: linear-gradient(135deg, #fdfc06, #59FD06);