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