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