#fdf397
a light, electric yellow · cool · closest name: khaki
RGB
253, 243, 151
HSL
54°, 96%, 79%
CMYK
0, 4, 40, 1
Luminance
0.8722
Every format
| HEX | #fdf397 |
| RGB | rgb(253, 243, 151) |
| HSL | hsl(54, 96%, 79%) |
| CMYK | cmyk(0%, 4%, 40%, 1%) |
| LAB | lab(94.8 -9.3 45.5) |
| LCH | lch(94.8 46.5 101.6) |
| OKLCH | oklch(0.952 0.114 102.9) |
Copy-ready code
/* CSS */
color: #fdf397;
background-color: #fdf397;
/* Tailwind (arbitrary) */
class="text-[#fdf397] bg-[#fdf397]"
/* SCSS */
$brand: #fdf397;
/* SwiftUI */
Color(red: 0.992, green: 0.953, blue: 0.592)
/* Android */
Color.parseColor("#fdf397")Accessibility — WCAG contrast
Aa
#fdf397 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf397 on black: 18.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green95.3%
Blue59.2%
CMYK percentages
Cyan0.0%
Magenta4.0%
Yellow40.3%
Key (black)0.8%
Color previews
#fdf397 text on a black background
contrast 18.44:1
Card sample
#fdf397 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf397;
Background color
Panel with #fdf397 background
background-color: #fdf397;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf397;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 243, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 243, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf397; background: linear-gradient(135deg, #fdf397, #C3FD97);