#fdf89f
a light, electric yellow · cool · closest name: khaki
RGB
253, 248, 159
HSL
57°, 96%, 81%
CMYK
0, 2, 37, 1
Luminance
0.9052
Every format
| HEX | #fdf89f |
| RGB | rgb(253, 248, 159) |
| HSL | hsl(57, 96%, 81%) |
| CMYK | cmyk(0%, 2%, 37%, 1%) |
| LAB | lab(96.2 -10.9 43.4) |
| LCH | lch(96.2 44.7 104.1) |
| OKLCH | oklch(0.964 0.110 105.5) |
Copy-ready code
/* CSS */
color: #fdf89f;
background-color: #fdf89f;
/* Tailwind (arbitrary) */
class="text-[#fdf89f] bg-[#fdf89f]"
/* SCSS */
$brand: #fdf89f;
/* SwiftUI */
Color(red: 0.992, green: 0.973, blue: 0.624)
/* Android */
Color.parseColor("#fdf89f")Accessibility — WCAG contrast
Aa
#fdf89f on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf89f on black: 19.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green97.3%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta2.0%
Yellow37.2%
Key (black)0.8%
Color previews
#fdf89f text on a black background
contrast 19.10:1
Card sample
#fdf89f text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf89f;
Background color
Panel with #fdf89f background
background-color: #fdf89f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf89f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 248, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 248, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf89f; background: linear-gradient(135deg, #fdf89f, #C3FD9F);