#eccbf0
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
236, 203, 240
HSL
294°, 55%, 87%
CMYK
2, 15, 0, 6
Luminance
0.6684
Every format
| HEX | #eccbf0 |
| RGB | rgb(236, 203, 240) |
| HSL | hsl(294, 55%, 87%) |
| CMYK | cmyk(2%, 15%, 0%, 6%) |
| LAB | lab(85.4 17.9 -13.9) |
| LCH | lch(85.4 22.7 322.2) |
| OKLCH | oklch(0.881 0.061 322.6) |
Copy-ready code
/* CSS */
color: #eccbf0;
background-color: #eccbf0;
/* Tailwind (arbitrary) */
class="text-[#eccbf0] bg-[#eccbf0]"
/* SCSS */
$brand: #eccbf0;
/* SwiftUI */
Color(red: 0.925, green: 0.796, blue: 0.941)
/* Android */
Color.parseColor("#eccbf0")Accessibility — WCAG contrast
Aa
#eccbf0 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eccbf0 on black: 14.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green79.6%
Blue94.1%
CMYK percentages
Cyan1.7%
Magenta15.4%
Yellow0.0%
Key (black)5.9%
Color previews
#eccbf0 text on a black background
contrast 14.37:1
Card sample
#eccbf0 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eccbf0;
Background color
Panel with #eccbf0 background
background-color: #eccbf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eccbf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 203, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 203, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eccbf0; background: linear-gradient(135deg, #eccbf0, #F0CBDB);