#eccceb
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
236, 204, 235
HSL
302°, 46%, 86%
CMYK
0, 14, 0, 8
Luminance
0.6702
Every format
| HEX | #eccceb |
| RGB | rgb(236, 204, 235) |
| HSL | hsl(302, 46%, 86%) |
| CMYK | cmyk(0%, 14%, 0%, 8%) |
| LAB | lab(85.5 16.5 -11.1) |
| LCH | lch(85.5 19.9 326.0) |
| OKLCH | oklch(0.881 0.054 327.0) |
Copy-ready code
/* CSS */
color: #eccceb;
background-color: #eccceb;
/* Tailwind (arbitrary) */
class="text-[#eccceb] bg-[#eccceb]"
/* SCSS */
$brand: #eccceb;
/* SwiftUI */
Color(red: 0.925, green: 0.800, blue: 0.922)
/* Android */
Color.parseColor("#eccceb")Accessibility — WCAG contrast
Aa
#eccceb on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eccceb on black: 14.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green80.0%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta13.6%
Yellow0.4%
Key (black)7.5%
Color previews
#eccceb text on a black background
contrast 14.40:1
Card sample
#eccceb text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eccceb;
Background color
Panel with #eccceb background
background-color: #eccceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eccceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 204, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 204, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eccceb; background: linear-gradient(135deg, #eccceb, #ECCCD6);