#eccbda
a pale, vivid magenta / pink · warm · closest name: pink
RGB
236, 203, 218
HSL
333°, 47%, 86%
CMYK
0, 14, 8, 8
Luminance
0.6561
Every format
| HEX | #eccbda |
| RGB | rgb(236, 203, 218) |
| HSL | hsl(333, 47%, 86%) |
| CMYK | cmyk(0%, 14%, 8%, 8%) |
| LAB | lab(84.8 14.0 -3.1) |
| LCH | lch(84.8 14.4 347.4) |
| OKLCH | oklch(0.874 0.042 348.8) |
Copy-ready code
/* CSS */
color: #eccbda;
background-color: #eccbda;
/* Tailwind (arbitrary) */
class="text-[#eccbda] bg-[#eccbda]"
/* SCSS */
$brand: #eccbda;
/* SwiftUI */
Color(red: 0.925, green: 0.796, blue: 0.855)
/* Android */
Color.parseColor("#eccbda")Accessibility — WCAG contrast
Aa
#eccbda on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eccbda on black: 14.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green79.6%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta14.0%
Yellow7.6%
Key (black)7.5%
Color previews
#eccbda text on a black background
contrast 14.12:1
Card sample
#eccbda text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eccbda;
Background color
Panel with #eccbda background
background-color: #eccbda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eccbda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 203, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 203, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eccbda; background: linear-gradient(135deg, #eccbda, #ECD2CB);