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