#fdf06e
a light, electric yellow · cool · closest name: khaki
RGB
253, 240, 110
HSL
55°, 97%, 71%
CMYK
0, 5, 57, 1
Luminance
0.8433
Every format
| HEX | #fdf06e |
| RGB | rgb(253, 240, 110) |
| HSL | hsl(55, 97%, 71%) |
| CMYK | cmyk(0%, 5%, 57%, 1%) |
| LAB | lab(93.6 -11.4 63.1) |
| LCH | lch(93.6 64.2 100.2) |
| OKLCH | oklch(0.941 0.150 103.6) |
Copy-ready code
/* CSS */
color: #fdf06e;
background-color: #fdf06e;
/* Tailwind (arbitrary) */
class="text-[#fdf06e] bg-[#fdf06e]"
/* SCSS */
$brand: #fdf06e;
/* SwiftUI */
Color(red: 0.992, green: 0.941, blue: 0.431)
/* Android */
Color.parseColor("#fdf06e")Accessibility — WCAG contrast
Aa
#fdf06e on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf06e on black: 17.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green94.1%
Blue43.1%
CMYK percentages
Cyan0.0%
Magenta5.1%
Yellow56.5%
Key (black)0.8%
Color previews
#fdf06e text on a black background
contrast 17.87:1
Card sample
#fdf06e text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf06e;
Background color
Panel with #fdf06e background
background-color: #fdf06e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf06e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 240, 110, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 240, 110, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf06e; background: linear-gradient(135deg, #fdf06e, #ABFD6E);