#eedfd6
a pale, soft orange · warm · closest name: beige
RGB
238, 223, 214
HSL
23°, 41%, 89%
CMYK
0, 6, 10, 7
Luminance
0.7581
Every format
| HEX | #eedfd6 |
| RGB | rgb(238, 223, 214) |
| HSL | hsl(23, 41%, 89%) |
| CMYK | cmyk(0%, 6%, 10%, 7%) |
| LAB | lab(89.8 3.6 6.2) |
| LCH | lch(89.8 7.2 59.9) |
| OKLCH | oklch(0.913 0.021 53.2) |
Copy-ready code
/* CSS */
color: #eedfd6;
background-color: #eedfd6;
/* Tailwind (arbitrary) */
class="text-[#eedfd6] bg-[#eedfd6]"
/* SCSS */
$brand: #eedfd6;
/* SwiftUI */
Color(red: 0.933, green: 0.875, blue: 0.839)
/* Android */
Color.parseColor("#eedfd6")Accessibility — WCAG contrast
Aa
#eedfd6 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eedfd6 on black: 16.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green87.5%
Blue83.9%
CMYK percentages
Cyan0.0%
Magenta6.3%
Yellow10.1%
Key (black)6.7%
Color previews
#eedfd6 text on a black background
contrast 16.16:1
Card sample
#eedfd6 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eedfd6;
Background color
Panel with #eedfd6 background
background-color: #eedfd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eedfd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 223, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 223, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eedfd6; background: linear-gradient(135deg, #eedfd6, #EDEED6);