#eedccc
a pale, vivid orange · warm · closest name: beige
RGB
238, 220, 204
HSL
28°, 50%, 87%
CMYK
0, 8, 14, 7
Luminance
0.7372
Every format
| HEX | #eedccc |
| RGB | rgb(238, 220, 204) |
| HSL | hsl(28, 50%, 87%) |
| CMYK | cmyk(0%, 8%, 14%, 7%) |
| LAB | lab(88.8 3.6 10.1) |
| LCH | lch(88.8 10.7 70.5) |
| OKLCH | oklch(0.905 0.029 64.1) |
Copy-ready code
/* CSS */
color: #eedccc;
background-color: #eedccc;
/* Tailwind (arbitrary) */
class="text-[#eedccc] bg-[#eedccc]"
/* SCSS */
$brand: #eedccc;
/* SwiftUI */
Color(red: 0.933, green: 0.863, blue: 0.800)
/* Android */
Color.parseColor("#eedccc")Accessibility — WCAG contrast
Aa
#eedccc on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eedccc on black: 15.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green86.3%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta7.6%
Yellow14.3%
Key (black)6.7%
Color previews
#eedccc text on a black background
contrast 15.74:1
Card sample
#eedccc text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eedccc;
Background color
Panel with #eedccc background
background-color: #eedccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eedccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 220, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 220, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eedccc; background: linear-gradient(135deg, #eedccc, #E9EECC);