#fdf897
a light, electric yellow · cool · closest name: khaki
RGB
253, 248, 151
HSL
57°, 96%, 79%
CMYK
0, 2, 40, 1
Luminance
0.9025
Every format
| HEX | #fdf897 |
| RGB | rgb(253, 248, 151) |
| HSL | hsl(57, 96%, 79%) |
| CMYK | cmyk(0%, 2%, 40%, 1%) |
| LAB | lab(96.1 -11.8 47.1) |
| LCH | lch(96.1 48.6 104.0) |
| OKLCH | oklch(0.962 0.119 105.9) |
Copy-ready code
/* CSS */
color: #fdf897;
background-color: #fdf897;
/* Tailwind (arbitrary) */
class="text-[#fdf897] bg-[#fdf897]"
/* SCSS */
$brand: #fdf897;
/* SwiftUI */
Color(red: 0.992, green: 0.973, blue: 0.592)
/* Android */
Color.parseColor("#fdf897")Accessibility — WCAG contrast
Aa
#fdf897 on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf897 on black: 19.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green97.3%
Blue59.2%
CMYK percentages
Cyan0.0%
Magenta2.0%
Yellow40.3%
Key (black)0.8%
Color previews
#fdf897 text on a black background
contrast 19.05:1
Card sample
#fdf897 text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf897;
Background color
Panel with #fdf897 background
background-color: #fdf897;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf897;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 248, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 248, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf897; background: linear-gradient(135deg, #fdf897, #BEFD97);