#eadccf
a pale, soft orange · warm · closest name: beige
RGB
234, 220, 207
HSL
29°, 39%, 87%
CMYK
0, 6, 12, 8
Luminance
0.7318
Every format
| HEX | #eadccf |
| RGB | rgb(234, 220, 207) |
| HSL | hsl(29, 39%, 87%) |
| CMYK | cmyk(0%, 6%, 12%, 8%) |
| LAB | lab(88.5 2.6 8.1) |
| LCH | lch(88.5 8.5 72.0) |
| OKLCH | oklch(0.902 0.023 65.4) |
Copy-ready code
/* CSS */
color: #eadccf;
background-color: #eadccf;
/* Tailwind (arbitrary) */
class="text-[#eadccf] bg-[#eadccf]"
/* SCSS */
$brand: #eadccf;
/* SwiftUI */
Color(red: 0.918, green: 0.863, blue: 0.812)
/* Android */
Color.parseColor("#eadccf")Accessibility — WCAG contrast
Aa
#eadccf on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eadccf on black: 15.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green86.3%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta6.0%
Yellow11.5%
Key (black)8.2%
Color previews
#eadccf text on a black background
contrast 15.64:1
Card sample
#eadccf text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eadccf;
Background color
Panel with #eadccf background
background-color: #eadccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eadccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 220, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 220, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eadccf; background: linear-gradient(135deg, #eadccf, #E6EACF);