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