#ead2cf
a pale, soft red · warm · closest name: silver
RGB
234, 210, 207
HSL
7°, 39%, 87%
CMYK
0, 10, 12, 8
Luminance
0.6809
Every format
| HEX | #ead2cf |
| RGB | rgb(234, 210, 207) |
| HSL | hsl(7, 39%, 87%) |
| CMYK | cmyk(0%, 10%, 12%, 8%) |
| LAB | lab(86.0 7.8 4.5) |
| LCH | lch(86.0 9.1 30.0) |
| OKLCH | oklch(0.883 0.027 26.2) |
Copy-ready code
/* CSS */
color: #ead2cf;
background-color: #ead2cf;
/* Tailwind (arbitrary) */
class="text-[#ead2cf] bg-[#ead2cf]"
/* SCSS */
$brand: #ead2cf;
/* SwiftUI */
Color(red: 0.918, green: 0.824, blue: 0.812)
/* Android */
Color.parseColor("#ead2cf")Accessibility — WCAG contrast
Aa
#ead2cf on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ead2cf on black: 14.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green82.4%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta10.3%
Yellow11.5%
Key (black)8.2%
Color previews
#ead2cf text on a black background
contrast 14.62:1
Card sample
#ead2cf text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ead2cf;
Background color
Panel with #ead2cf background
background-color: #ead2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ead2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 210, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 210, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ead2cf; background: linear-gradient(135deg, #ead2cf, #EAE4CF);