#eadfd8
a pale, soft orange · warm · closest name: ivory
RGB
234, 223, 216
HSL
23°, 30%, 88%
CMYK
0, 5, 8, 8
Luminance
0.7523
Every format
| HEX | #eadfd8 |
| RGB | rgb(234, 223, 216) |
| HSL | hsl(23, 30%, 88%) |
| CMYK | cmyk(0%, 5%, 8%, 8%) |
| LAB | lab(89.5 2.6 4.8) |
| LCH | lch(89.5 5.4 61.7) |
| OKLCH | oklch(0.910 0.015 54.9) |
Copy-ready code
/* CSS */
color: #eadfd8;
background-color: #eadfd8;
/* Tailwind (arbitrary) */
class="text-[#eadfd8] bg-[#eadfd8]"
/* SCSS */
$brand: #eadfd8;
/* SwiftUI */
Color(red: 0.918, green: 0.875, blue: 0.847)
/* Android */
Color.parseColor("#eadfd8")Accessibility — WCAG contrast
Aa
#eadfd8 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eadfd8 on black: 16.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green87.5%
Blue84.7%
CMYK percentages
Cyan0.0%
Magenta4.7%
Yellow7.7%
Key (black)8.2%
Color previews
#eadfd8 text on a black background
contrast 16.05:1
Card sample
#eadfd8 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eadfd8;
Background color
Panel with #eadfd8 background
background-color: #eadfd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eadfd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 223, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 223, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eadfd8; background: linear-gradient(135deg, #eadfd8, #E9EAD8);