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