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