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