#fdeeba
a pale, electric yellow · cool · closest name: beige
RGB
253, 238, 186
HSL
47°, 94%, 86%
CMYK
0, 6, 27, 1
Luminance
0.8558
Every format
| HEX | #fdeeba |
| RGB | rgb(253, 238, 186) |
| HSL | hsl(47, 94%, 86%) |
| CMYK | cmyk(0%, 6%, 27%, 1%) |
| LAB | lab(94.1 -2.7 27.1) |
| LCH | lch(94.1 27.2 95.8) |
| OKLCH | oklch(0.949 0.069 93.9) |
Copy-ready code
/* CSS */
color: #fdeeba;
background-color: #fdeeba;
/* Tailwind (arbitrary) */
class="text-[#fdeeba] bg-[#fdeeba]"
/* SCSS */
$brand: #fdeeba;
/* SwiftUI */
Color(red: 0.992, green: 0.933, blue: 0.729)
/* Android */
Color.parseColor("#fdeeba")Accessibility — WCAG contrast
Aa
#fdeeba on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdeeba on black: 18.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green93.3%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow26.5%
Key (black)0.8%
Color previews
#fdeeba text on a black background
contrast 18.12:1
Card sample
#fdeeba text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdeeba;
Background color
Panel with #fdeeba background
background-color: #fdeeba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdeeba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 238, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 238, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdeeba; background: linear-gradient(135deg, #fdeeba, #DFFDBA);