#fddb8b
a light, electric yellow · warm · closest name: khaki
RGB
253, 219, 139
HSL
42°, 97%, 77%
CMYK
0, 13, 45, 1
Luminance
0.7341
Every format
| HEX | #fddb8b |
| RGB | rgb(253, 219, 139) |
| HSL | hsl(42, 97%, 77%) |
| CMYK | cmyk(0%, 13%, 45%, 1%) |
| LAB | lab(88.6 1.6 43.6) |
| LCH | lch(88.6 43.6 87.9) |
| OKLCH | oklch(0.903 0.106 87.3) |
Copy-ready code
/* CSS */
color: #fddb8b;
background-color: #fddb8b;
/* Tailwind (arbitrary) */
class="text-[#fddb8b] bg-[#fddb8b]"
/* SCSS */
$brand: #fddb8b;
/* SwiftUI */
Color(red: 0.992, green: 0.859, blue: 0.545)
/* Android */
Color.parseColor("#fddb8b")Accessibility — WCAG contrast
Aa
#fddb8b on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fddb8b on black: 15.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green85.9%
Blue54.5%
CMYK percentages
Cyan0.0%
Magenta13.4%
Yellow45.1%
Key (black)0.8%
Color previews
#fddb8b text on a black background
contrast 15.68:1
Card sample
#fddb8b text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fddb8b;
Background color
Panel with #fddb8b background
background-color: #fddb8b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fddb8b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 219, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 219, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fddb8b; background: linear-gradient(135deg, #fddb8b, #D3FD8B);