#fdf097
a light, electric yellow · cool · closest name: khaki
RGB
253, 240, 151
HSL
52°, 96%, 79%
CMYK
0, 5, 40, 1
Luminance
0.8544
Every format
| HEX | #fdf097 |
| RGB | rgb(253, 240, 151) |
| HSL | hsl(52, 96%, 79%) |
| CMYK | cmyk(0%, 5%, 40%, 1%) |
| LAB | lab(94.1 -7.8 44.5) |
| LCH | lch(94.1 45.2 100.0) |
| OKLCH | oklch(0.946 0.111 101.0) |
Copy-ready code
/* CSS */
color: #fdf097;
background-color: #fdf097;
/* Tailwind (arbitrary) */
class="text-[#fdf097] bg-[#fdf097]"
/* SCSS */
$brand: #fdf097;
/* SwiftUI */
Color(red: 0.992, green: 0.941, blue: 0.592)
/* Android */
Color.parseColor("#fdf097")Accessibility — WCAG contrast
Aa
#fdf097 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf097 on black: 18.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green94.1%
Blue59.2%
CMYK percentages
Cyan0.0%
Magenta5.1%
Yellow40.3%
Key (black)0.8%
Color previews
#fdf097 text on a black background
contrast 18.09:1
Card sample
#fdf097 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf097;
Background color
Panel with #fdf097 background
background-color: #fdf097;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf097;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 240, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 240, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf097; background: linear-gradient(135deg, #fdf097, #C6FD97);