#eedac2
a light, vivid orange · warm · closest name: beige
RGB
238, 218, 194
HSL
33°, 56%, 85%
CMYK
0, 8, 19, 7
Luminance
0.7221
Every format
| HEX | #eedac2 |
| RGB | rgb(238, 218, 194) |
| HSL | hsl(33, 56%, 85%) |
| CMYK | cmyk(0%, 8%, 19%, 7%) |
| LAB | lab(88.1 3.1 14.3) |
| LCH | lch(88.1 14.6 77.8) |
| OKLCH | oklch(0.898 0.039 72.3) |
Copy-ready code
/* CSS */
color: #eedac2;
background-color: #eedac2;
/* Tailwind (arbitrary) */
class="text-[#eedac2] bg-[#eedac2]"
/* SCSS */
$brand: #eedac2;
/* SwiftUI */
Color(red: 0.933, green: 0.855, blue: 0.761)
/* Android */
Color.parseColor("#eedac2")Accessibility — WCAG contrast
Aa
#eedac2 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eedac2 on black: 15.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green85.5%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta8.4%
Yellow18.5%
Key (black)6.7%
Color previews
#eedac2 text on a black background
contrast 15.44:1
Card sample
#eedac2 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eedac2;
Background color
Panel with #eedac2 background
background-color: #eedac2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eedac2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 218, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 218, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eedac2; background: linear-gradient(135deg, #eedac2, #E5EEC2);