#eedad2
a pale, vivid orange · warm · closest name: beige
RGB
238, 218, 210
HSL
17°, 45%, 88%
CMYK
0, 8, 12, 7
Luminance
0.7297
Every format
| HEX | #eedad2 |
| RGB | rgb(238, 218, 210) |
| HSL | hsl(17, 45%, 88%) |
| CMYK | cmyk(0%, 8%, 12%, 7%) |
| LAB | lab(88.4 5.6 6.4) |
| LCH | lch(88.4 8.5 49.1) |
| OKLCH | oklch(0.902 0.025 43.2) |
Copy-ready code
/* CSS */
color: #eedad2;
background-color: #eedad2;
/* Tailwind (arbitrary) */
class="text-[#eedad2] bg-[#eedad2]"
/* SCSS */
$brand: #eedad2;
/* SwiftUI */
Color(red: 0.933, green: 0.855, blue: 0.824)
/* Android */
Color.parseColor("#eedad2")Accessibility — WCAG contrast
Aa
#eedad2 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eedad2 on black: 15.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green85.5%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta8.4%
Yellow11.8%
Key (black)6.7%
Color previews
#eedad2 text on a black background
contrast 15.59:1
Card sample
#eedad2 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eedad2;
Background color
Panel with #eedad2 background
background-color: #eedad2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eedad2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 218, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 218, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eedad2; background: linear-gradient(135deg, #eedad2, #EEEDD2);