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