#fdf569
a light, electric yellow · cool · closest name: khaki
RGB
253, 245, 105
HSL
57°, 97%, 70%
CMYK
0, 3, 59, 1
Luminance
0.8721
Every format
| HEX | #fdf569 |
| RGB | rgb(253, 245, 105) |
| HSL | hsl(57, 97%, 70%) |
| CMYK | cmyk(0%, 3%, 59%, 1%) |
| LAB | lab(94.8 -14.2 66.7) |
| LCH | lch(94.8 68.2 102.0) |
| OKLCH | oklch(0.951 0.159 106.0) |
Copy-ready code
/* CSS */
color: #fdf569;
background-color: #fdf569;
/* Tailwind (arbitrary) */
class="text-[#fdf569] bg-[#fdf569]"
/* SCSS */
$brand: #fdf569;
/* SwiftUI */
Color(red: 0.992, green: 0.961, blue: 0.412)
/* Android */
Color.parseColor("#fdf569")Accessibility — WCAG contrast
Aa
#fdf569 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf569 on black: 18.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green96.1%
Blue41.2%
CMYK percentages
Cyan0.0%
Magenta3.2%
Yellow58.5%
Key (black)0.8%
Color previews
#fdf569 text on a black background
contrast 18.44:1
Card sample
#fdf569 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf569;
Background color
Panel with #fdf569 background
background-color: #fdf569;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf569;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 245, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 245, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf569; background: linear-gradient(135deg, #fdf569, #A2FD69);