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