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