#fdda90
a light, electric yellow · warm · closest name: khaki
RGB
253, 218, 144
HSL
41°, 97%, 78%
CMYK
0, 14, 43, 1
Luminance
0.7304
Every format
| HEX | #fdda90 |
| RGB | rgb(253, 218, 144) |
| HSL | hsl(41, 97%, 78%) |
| CMYK | cmyk(0%, 14%, 43%, 1%) |
| LAB | lab(88.5 2.6 40.9) |
| LCH | lch(88.5 40.9 86.4) |
| OKLCH | oklch(0.902 0.100 85.2) |
Copy-ready code
/* CSS */
color: #fdda90;
background-color: #fdda90;
/* Tailwind (arbitrary) */
class="text-[#fdda90] bg-[#fdda90]"
/* SCSS */
$brand: #fdda90;
/* SwiftUI */
Color(red: 0.992, green: 0.855, blue: 0.565)
/* Android */
Color.parseColor("#fdda90")Accessibility — WCAG contrast
Aa
#fdda90 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdda90 on black: 15.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green85.5%
Blue56.5%
CMYK percentages
Cyan0.0%
Magenta13.8%
Yellow43.1%
Key (black)0.8%
Color previews
#fdda90 text on a black background
contrast 15.61:1
Card sample
#fdda90 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdda90;
Background color
Panel with #fdda90 background
background-color: #fdda90;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdda90;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 218, 144, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 218, 144, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdda90; background: linear-gradient(135deg, #fdda90, #D7FD90);