#eedfcd
a pale, vivid orange · warm · closest name: beige
RGB
238, 223, 205
HSL
33°, 49%, 87%
CMYK
0, 6, 14, 7
Luminance
0.7536
Every format
| HEX | #eedfcd |
| RGB | rgb(238, 223, 205) |
| HSL | hsl(33, 49%, 87%) |
| CMYK | cmyk(0%, 6%, 14%, 7%) |
| LAB | lab(89.6 2.2 10.7) |
| LCH | lch(89.6 10.9 78.4) |
| OKLCH | oklch(0.911 0.029 72.5) |
Copy-ready code
/* CSS */
color: #eedfcd;
background-color: #eedfcd;
/* Tailwind (arbitrary) */
class="text-[#eedfcd] bg-[#eedfcd]"
/* SCSS */
$brand: #eedfcd;
/* SwiftUI */
Color(red: 0.933, green: 0.875, blue: 0.804)
/* Android */
Color.parseColor("#eedfcd")Accessibility — WCAG contrast
Aa
#eedfcd on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eedfcd on black: 16.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green87.5%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta6.3%
Yellow13.9%
Key (black)6.7%
Color previews
#eedfcd text on a black background
contrast 16.07:1
Card sample
#eedfcd text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eedfcd;
Background color
Panel with #eedfcd background
background-color: #eedfcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eedfcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 223, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 223, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eedfcd; background: linear-gradient(135deg, #eedfcd, #E7EECD);