#fdf0af
a light, electric yellow · cool · closest name: khaki
RGB
253, 240, 175
HSL
50°, 95%, 84%
CMYK
0, 5, 31, 1
Luminance
0.8630
Every format
| HEX | #fdf0af |
| RGB | rgb(253, 240, 175) |
| HSL | hsl(50, 95%, 84%) |
| CMYK | cmyk(0%, 5%, 31%, 1%) |
| LAB | lab(94.4 -5.1 33.1) |
| LCH | lch(94.4 33.5 98.8) |
| OKLCH | oklch(0.950 0.084 98.2) |
Copy-ready code
/* CSS */
color: #fdf0af;
background-color: #fdf0af;
/* Tailwind (arbitrary) */
class="text-[#fdf0af] bg-[#fdf0af]"
/* SCSS */
$brand: #fdf0af;
/* SwiftUI */
Color(red: 0.992, green: 0.941, blue: 0.686)
/* Android */
Color.parseColor("#fdf0af")Accessibility — WCAG contrast
Aa
#fdf0af on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf0af on black: 18.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green94.1%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta5.1%
Yellow30.8%
Key (black)0.8%
Color previews
#fdf0af text on a black background
contrast 18.26:1
Card sample
#fdf0af text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf0af;
Background color
Panel with #fdf0af background
background-color: #fdf0af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf0af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 240, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 240, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf0af; background: linear-gradient(135deg, #fdf0af, #D6FDAF);