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