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