#ecdfdb
a pale, soft red · warm · closest name: white
RGB
236, 223, 219
HSL
14°, 31%, 89%
CMYK
0, 6, 7, 8
Luminance
0.7572
Every format
| HEX | #ecdfdb |
| RGB | rgb(236, 223, 219) |
| HSL | hsl(14, 31%, 89%) |
| CMYK | cmyk(0%, 6%, 7%, 8%) |
| LAB | lab(89.7 3.8 3.5) |
| LCH | lch(89.7 5.2 43.3) |
| OKLCH | oklch(0.913 0.015 37.9) |
Copy-ready code
/* CSS */
color: #ecdfdb;
background-color: #ecdfdb;
/* Tailwind (arbitrary) */
class="text-[#ecdfdb] bg-[#ecdfdb]"
/* SCSS */
$brand: #ecdfdb;
/* SwiftUI */
Color(red: 0.925, green: 0.875, blue: 0.859)
/* Android */
Color.parseColor("#ecdfdb")Accessibility — WCAG contrast
Aa
#ecdfdb on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecdfdb on black: 16.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green87.5%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta5.5%
Yellow7.2%
Key (black)7.5%
Color previews
#ecdfdb text on a black background
contrast 16.14:1
Card sample
#ecdfdb text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecdfdb;
Background color
Panel with #ecdfdb background
background-color: #ecdfdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecdfdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 223, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 223, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecdfdb; background: linear-gradient(135deg, #ecdfdb, #ECEADB);