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