#fdeee9
a pale, electric orange · warm · closest name: white
RGB
253, 238, 233
HSL
15°, 83%, 95%
CMYK
0, 6, 8, 1
Luminance
0.8791
Every format
| HEX | #fdeee9 |
| RGB | rgb(253, 238, 233) |
| HSL | hsl(15, 83%, 95%) |
| CMYK | cmyk(0%, 6%, 8%, 1%) |
| LAB | lab(95.1 4.2 4.2) |
| LCH | lch(95.1 6.0 45.1) |
| OKLCH | oklch(0.960 0.018 39.4) |
Copy-ready code
/* CSS */
color: #fdeee9;
background-color: #fdeee9;
/* Tailwind (arbitrary) */
class="text-[#fdeee9] bg-[#fdeee9]"
/* SCSS */
$brand: #fdeee9;
/* SwiftUI */
Color(red: 0.992, green: 0.933, blue: 0.914)
/* Android */
Color.parseColor("#fdeee9")Accessibility — WCAG contrast
Aa
#fdeee9 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdeee9 on black: 18.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green93.3%
Blue91.4%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow7.9%
Key (black)0.8%
Color previews
#fdeee9 text on a black background
contrast 18.58:1
Card sample
#fdeee9 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdeee9;
Background color
Panel with #fdeee9 background
background-color: #fdeee9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdeee9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 238, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 238, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdeee9; background: linear-gradient(135deg, #fdeee9, #FDFBE9);