#fdf967
a light, electric yellow · cool · closest name: gold
RGB
253, 249, 103
HSL
58°, 97%, 70%
CMYK
0, 2, 59, 1
Luminance
0.8961
Every format
| HEX | #fdf967 |
| RGB | rgb(253, 249, 103) |
| HSL | hsl(58, 97%, 70%) |
| CMYK | cmyk(0%, 2%, 59%, 1%) |
| LAB | lab(95.8 -16.3 68.6) |
| LCH | lch(95.8 70.5 103.3) |
| OKLCH | oklch(0.959 0.165 107.7) |
Copy-ready code
/* CSS */
color: #fdf967;
background-color: #fdf967;
/* Tailwind (arbitrary) */
class="text-[#fdf967] bg-[#fdf967]"
/* SCSS */
$brand: #fdf967;
/* SwiftUI */
Color(red: 0.992, green: 0.976, blue: 0.404)
/* Android */
Color.parseColor("#fdf967")Accessibility — WCAG contrast
Aa
#fdf967 on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf967 on black: 18.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green97.6%
Blue40.4%
CMYK percentages
Cyan0.0%
Magenta1.6%
Yellow59.3%
Key (black)0.8%
Color previews
#fdf967 text on a black background
contrast 18.92:1
Card sample
#fdf967 text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf967;
Background color
Panel with #fdf967 background
background-color: #fdf967;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf967;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 249, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 249, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf967; background: linear-gradient(135deg, #fdf967, #9DFD67);