#eadfd2
a pale, soft orange · warm · closest name: beige
RGB
234, 223, 210
HSL
33°, 36%, 87%
CMYK
0, 5, 10, 8
Luminance
0.7492
Every format
| HEX | #eadfd2 |
| RGB | rgb(234, 223, 210) |
| HSL | hsl(33, 36%, 87%) |
| CMYK | cmyk(0%, 5%, 10%, 8%) |
| LAB | lab(89.4 1.6 7.7) |
| LCH | lch(89.4 7.9 78.5) |
| OKLCH | oklch(0.909 0.021 72.1) |
Copy-ready code
/* CSS */
color: #eadfd2;
background-color: #eadfd2;
/* Tailwind (arbitrary) */
class="text-[#eadfd2] bg-[#eadfd2]"
/* SCSS */
$brand: #eadfd2;
/* SwiftUI */
Color(red: 0.918, green: 0.875, blue: 0.824)
/* Android */
Color.parseColor("#eadfd2")Accessibility — WCAG contrast
Aa
#eadfd2 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eadfd2 on black: 15.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green87.5%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta4.7%
Yellow10.3%
Key (black)8.2%
Color previews
#eadfd2 text on a black background
contrast 15.98:1
Card sample
#eadfd2 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eadfd2;
Background color
Panel with #eadfd2 background
background-color: #eadfd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eadfd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 223, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 223, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eadfd2; background: linear-gradient(135deg, #eadfd2, #E5EAD2);