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