#fdeeb3
a light, electric yellow · cool · closest name: khaki
RGB
253, 238, 179
HSL
48°, 95%, 85%
CMYK
0, 6, 29, 1
Luminance
0.8529
Every format
| HEX | #fdeeb3 |
| RGB | rgb(253, 238, 179) |
| HSL | hsl(48, 95%, 85%) |
| CMYK | cmyk(0%, 6%, 29%, 1%) |
| LAB | lab(94.0 -3.6 30.5) |
| LCH | lch(94.0 30.7 96.8) |
| OKLCH | oklch(0.947 0.077 95.5) |
Copy-ready code
/* CSS */
color: #fdeeb3;
background-color: #fdeeb3;
/* Tailwind (arbitrary) */
class="text-[#fdeeb3] bg-[#fdeeb3]"
/* SCSS */
$brand: #fdeeb3;
/* SwiftUI */
Color(red: 0.992, green: 0.933, blue: 0.702)
/* Android */
Color.parseColor("#fdeeb3")Accessibility — WCAG contrast
Aa
#fdeeb3 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdeeb3 on black: 18.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green93.3%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow29.2%
Key (black)0.8%
Color previews
#fdeeb3 text on a black background
contrast 18.06:1
Card sample
#fdeeb3 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdeeb3;
Background color
Panel with #fdeeb3 background
background-color: #fdeeb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdeeb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 238, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 238, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdeeb3; background: linear-gradient(135deg, #fdeeb3, #DBFDB3);