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