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