#eedeca
a pale, vivid orange · warm · closest name: beige
RGB
238, 222, 202
HSL
33°, 51%, 86%
CMYK
0, 7, 15, 7
Luminance
0.7468
Every format
| HEX | #eedeca |
| RGB | rgb(238, 222, 202) |
| HSL | hsl(33, 51%, 86%) |
| CMYK | cmyk(0%, 7%, 15%, 7%) |
| LAB | lab(89.3 2.2 11.8) |
| LCH | lch(89.3 12.0 79.2) |
| OKLCH | oklch(0.908 0.032 73.5) |
Copy-ready code
/* CSS */
color: #eedeca;
background-color: #eedeca;
/* Tailwind (arbitrary) */
class="text-[#eedeca] bg-[#eedeca]"
/* SCSS */
$brand: #eedeca;
/* SwiftUI */
Color(red: 0.933, green: 0.871, blue: 0.792)
/* Android */
Color.parseColor("#eedeca")Accessibility — WCAG contrast
Aa
#eedeca on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eedeca on black: 15.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green87.1%
Blue79.2%
CMYK percentages
Cyan0.0%
Magenta6.7%
Yellow15.1%
Key (black)6.7%
Color previews
#eedeca text on a black background
contrast 15.94:1
Card sample
#eedeca text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eedeca;
Background color
Panel with #eedeca background
background-color: #eedeca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eedeca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 222, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 222, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eedeca; background: linear-gradient(135deg, #eedeca, #E6EECA);