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