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