#fdda8c
a light, electric yellow · warm · closest name: khaki
RGB
253, 218, 140
HSL
41°, 97%, 77%
CMYK
0, 14, 45, 1
Luminance
0.7292
Every format
| HEX | #fdda8c |
| RGB | rgb(253, 218, 140) |
| HSL | hsl(41, 97%, 77%) |
| CMYK | cmyk(0%, 14%, 45%, 1%) |
| LAB | lab(88.4 2.2 42.8) |
| LCH | lch(88.4 42.8 87.1) |
| OKLCH | oklch(0.901 0.104 86.2) |
Copy-ready code
/* CSS */
color: #fdda8c;
background-color: #fdda8c;
/* Tailwind (arbitrary) */
class="text-[#fdda8c] bg-[#fdda8c]"
/* SCSS */
$brand: #fdda8c;
/* SwiftUI */
Color(red: 0.992, green: 0.855, blue: 0.549)
/* Android */
Color.parseColor("#fdda8c")Accessibility — WCAG contrast
Aa
#fdda8c on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdda8c on black: 15.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green85.5%
Blue54.9%
CMYK percentages
Cyan0.0%
Magenta13.8%
Yellow44.7%
Key (black)0.8%
Color previews
#fdda8c text on a black background
contrast 15.58:1
Card sample
#fdda8c text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdda8c;
Background color
Panel with #fdda8c background
background-color: #fdda8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdda8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 218, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 218, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdda8c; background: linear-gradient(135deg, #fdda8c, #D5FD8C);