#eed2c8
a pale, vivid orange · warm · closest name: silver
RGB
238, 210, 200
HSL
16°, 53%, 86%
CMYK
0, 12, 16, 7
Luminance
0.6844
Every format
| HEX | #eed2c8 |
| RGB | rgb(238, 210, 200) |
| HSL | hsl(16, 53%, 86%) |
| CMYK | cmyk(0%, 12%, 16%, 7%) |
| LAB | lab(86.2 8.2 8.5) |
| LCH | lch(86.2 11.8 46.3) |
| OKLCH | oklch(0.884 0.034 40.7) |
Copy-ready code
/* CSS */
color: #eed2c8;
background-color: #eed2c8;
/* Tailwind (arbitrary) */
class="text-[#eed2c8] bg-[#eed2c8]"
/* SCSS */
$brand: #eed2c8;
/* SwiftUI */
Color(red: 0.933, green: 0.824, blue: 0.784)
/* Android */
Color.parseColor("#eed2c8")Accessibility — WCAG contrast
Aa
#eed2c8 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eed2c8 on black: 14.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green82.4%
Blue78.4%
CMYK percentages
Cyan0.0%
Magenta11.8%
Yellow16.0%
Key (black)6.7%
Color previews
#eed2c8 text on a black background
contrast 14.69:1
Card sample
#eed2c8 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eed2c8;
Background color
Panel with #eed2c8 background
background-color: #eed2c8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eed2c8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 210, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 210, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eed2c8; background: linear-gradient(135deg, #eed2c8, #EEEBC8);