#fdf072
a light, electric yellow · cool · closest name: khaki
RGB
253, 240, 114
HSL
54°, 97%, 72%
CMYK
0, 5, 55, 1
Luminance
0.8442
Every format
| HEX | #fdf072 |
| RGB | rgb(253, 240, 114) |
| HSL | hsl(54, 97%, 72%) |
| CMYK | cmyk(0%, 5%, 55%, 1%) |
| LAB | lab(93.6 -11.1 61.4) |
| LCH | lch(93.6 62.4 100.3) |
| OKLCH | oklch(0.941 0.147 103.4) |
Copy-ready code
/* CSS */
color: #fdf072;
background-color: #fdf072;
/* Tailwind (arbitrary) */
class="text-[#fdf072] bg-[#fdf072]"
/* SCSS */
$brand: #fdf072;
/* SwiftUI */
Color(red: 0.992, green: 0.941, blue: 0.447)
/* Android */
Color.parseColor("#fdf072")Accessibility — WCAG contrast
Aa
#fdf072 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf072 on black: 17.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green94.1%
Blue44.7%
CMYK percentages
Cyan0.0%
Magenta5.1%
Yellow54.9%
Key (black)0.8%
Color previews
#fdf072 text on a black background
contrast 17.88:1
Card sample
#fdf072 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf072;
Background color
Panel with #fdf072 background
background-color: #fdf072;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf072;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 240, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 240, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf072; background: linear-gradient(135deg, #fdf072, #ADFD72);