#fdf290
a light, electric yellow · cool · closest name: khaki
RGB
253, 242, 144
HSL
54°, 97%, 78%
CMYK
0, 4, 43, 1
Luminance
0.8640
Every format
| HEX | #fdf290 |
| RGB | rgb(253, 242, 144) |
| HSL | hsl(54, 97%, 78%) |
| CMYK | cmyk(0%, 4%, 43%, 1%) |
| LAB | lab(94.5 -9.5 48.5) |
| LCH | lch(94.5 49.4 101.1) |
| OKLCH | oklch(0.949 0.120 102.8) |
Copy-ready code
/* CSS */
color: #fdf290;
background-color: #fdf290;
/* Tailwind (arbitrary) */
class="text-[#fdf290] bg-[#fdf290]"
/* SCSS */
$brand: #fdf290;
/* SwiftUI */
Color(red: 0.992, green: 0.949, blue: 0.565)
/* Android */
Color.parseColor("#fdf290")Accessibility — WCAG contrast
Aa
#fdf290 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf290 on black: 18.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green94.9%
Blue56.5%
CMYK percentages
Cyan0.0%
Magenta4.3%
Yellow43.1%
Key (black)0.8%
Color previews
#fdf290 text on a black background
contrast 18.28:1
Card sample
#fdf290 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf290;
Background color
Panel with #fdf290 background
background-color: #fdf290;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf290;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 242, 144, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 242, 144, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf290; background: linear-gradient(135deg, #fdf290, #BFFD90);