#eccbcf
a pale, vivid red · warm · closest name: pink
RGB
236, 203, 207
HSL
353°, 47%, 86%
CMYK
0, 14, 12, 8
Luminance
0.6505
Every format
| HEX | #eccbcf |
| RGB | rgb(236, 203, 207) |
| HSL | hsl(353, 47%, 86%) |
| CMYK | cmyk(0%, 14%, 12%, 8%) |
| LAB | lab(84.5 12.2 2.3) |
| LCH | lch(84.5 12.4 10.7) |
| OKLCH | oklch(0.871 0.037 9.6) |
Copy-ready code
/* CSS */
color: #eccbcf;
background-color: #eccbcf;
/* Tailwind (arbitrary) */
class="text-[#eccbcf] bg-[#eccbcf]"
/* SCSS */
$brand: #eccbcf;
/* SwiftUI */
Color(red: 0.925, green: 0.796, blue: 0.812)
/* Android */
Color.parseColor("#eccbcf")Accessibility — WCAG contrast
Aa
#eccbcf on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eccbcf on black: 14.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green79.6%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta14.0%
Yellow12.3%
Key (black)7.5%
Color previews
#eccbcf text on a black background
contrast 14.01:1
Card sample
#eccbcf text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eccbcf;
Background color
Panel with #eccbcf background
background-color: #eccbcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eccbcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 203, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 203, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eccbcf; background: linear-gradient(135deg, #eccbcf, #ECDDCB);