#eedfd0
a pale, vivid orange · warm · closest name: beige
RGB
238, 223, 208
HSL
30°, 47%, 88%
CMYK
0, 6, 13, 7
Luminance
0.7551
Every format
| HEX | #eedfd0 |
| RGB | rgb(238, 223, 208) |
| HSL | hsl(30, 47%, 88%) |
| CMYK | cmyk(0%, 6%, 13%, 7%) |
| LAB | lab(89.6 2.7 9.2) |
| LCH | lch(89.6 9.6 73.9) |
| OKLCH | oklch(0.912 0.026 67.5) |
Copy-ready code
/* CSS */
color: #eedfd0;
background-color: #eedfd0;
/* Tailwind (arbitrary) */
class="text-[#eedfd0] bg-[#eedfd0]"
/* SCSS */
$brand: #eedfd0;
/* SwiftUI */
Color(red: 0.933, green: 0.875, blue: 0.816)
/* Android */
Color.parseColor("#eedfd0")Accessibility — WCAG contrast
Aa
#eedfd0 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eedfd0 on black: 16.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green87.5%
Blue81.6%
CMYK percentages
Cyan0.0%
Magenta6.3%
Yellow12.6%
Key (black)6.7%
Color previews
#eedfd0 text on a black background
contrast 16.10:1
Card sample
#eedfd0 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eedfd0;
Background color
Panel with #eedfd0 background
background-color: #eedfd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eedfd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 223, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 223, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eedfd0; background: linear-gradient(135deg, #eedfd0, #E9EED0);