#eccbf2
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
236, 203, 242
HSL
291°, 60%, 87%
CMYK
3, 16, 0, 5
Luminance
0.6696
Every format
| HEX | #eccbf2 |
| RGB | rgb(236, 203, 242) |
| HSL | hsl(291, 60%, 87%) |
| CMYK | cmyk(3%, 16%, 0%, 5%) |
| LAB | lab(85.5 18.3 -14.9) |
| LCH | lch(85.5 23.6 320.9) |
| OKLCH | oklch(0.882 0.064 321.1) |
Copy-ready code
/* CSS */
color: #eccbf2;
background-color: #eccbf2;
/* Tailwind (arbitrary) */
class="text-[#eccbf2] bg-[#eccbf2]"
/* SCSS */
$brand: #eccbf2;
/* SwiftUI */
Color(red: 0.925, green: 0.796, blue: 0.949)
/* Android */
Color.parseColor("#eccbf2")Accessibility — WCAG contrast
Aa
#eccbf2 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eccbf2 on black: 14.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green79.6%
Blue94.9%
CMYK percentages
Cyan2.5%
Magenta16.1%
Yellow0.0%
Key (black)5.1%
Color previews
#eccbf2 text on a black background
contrast 14.39:1
Card sample
#eccbf2 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eccbf2;
Background color
Panel with #eccbf2 background
background-color: #eccbf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eccbf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 203, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 203, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eccbf2; background: linear-gradient(135deg, #eccbf2, #F2CBDE);