#fdf69f
a light, electric yellow · cool · closest name: khaki
RGB
253, 246, 159
HSL
56°, 96%, 81%
CMYK
0, 3, 37, 1
Luminance
0.8930
Every format
| HEX | #fdf69f |
| RGB | rgb(253, 246, 159) |
| HSL | hsl(56, 96%, 81%) |
| CMYK | cmyk(0%, 3%, 37%, 1%) |
| LAB | lab(95.7 -9.9 42.7) |
| LCH | lch(95.7 43.9 103.1) |
| OKLCH | oklch(0.960 0.108 104.3) |
Copy-ready code
/* CSS */
color: #fdf69f;
background-color: #fdf69f;
/* Tailwind (arbitrary) */
class="text-[#fdf69f] bg-[#fdf69f]"
/* SCSS */
$brand: #fdf69f;
/* SwiftUI */
Color(red: 0.992, green: 0.965, blue: 0.624)
/* Android */
Color.parseColor("#fdf69f")Accessibility — WCAG contrast
Aa
#fdf69f on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf69f on black: 18.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green96.5%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta2.8%
Yellow37.2%
Key (black)0.8%
Color previews
#fdf69f text on a black background
contrast 18.86:1
Card sample
#fdf69f text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf69f;
Background color
Panel with #fdf69f background
background-color: #fdf69f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf69f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 246, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 246, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf69f; background: linear-gradient(135deg, #fdf69f, #C5FD9F);