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