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