#eeddcf
a pale, vivid orange · warm · closest name: beige
RGB
238, 221, 207
HSL
27°, 48%, 87%
CMYK
0, 7, 13, 7
Luminance
0.7440
Every format
| HEX | #eeddcf |
| RGB | rgb(238, 221, 207) |
| HSL | hsl(27, 48%, 87%) |
| CMYK | cmyk(0%, 7%, 13%, 7%) |
| LAB | lab(89.1 3.5 9.0) |
| LCH | lch(89.1 9.6 68.5) |
| OKLCH | oklch(0.907 0.027 62.0) |
Copy-ready code
/* CSS */
color: #eeddcf;
background-color: #eeddcf;
/* Tailwind (arbitrary) */
class="text-[#eeddcf] bg-[#eeddcf]"
/* SCSS */
$brand: #eeddcf;
/* SwiftUI */
Color(red: 0.933, green: 0.867, blue: 0.812)
/* Android */
Color.parseColor("#eeddcf")Accessibility — WCAG contrast
Aa
#eeddcf on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeddcf on black: 15.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green86.7%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta7.1%
Yellow13.0%
Key (black)6.7%
Color previews
#eeddcf text on a black background
contrast 15.88:1
Card sample
#eeddcf text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeddcf;
Background color
Panel with #eeddcf background
background-color: #eeddcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeddcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 221, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 221, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeddcf; background: linear-gradient(135deg, #eeddcf, #EAEECF);