#ecc4eb
a light, vivid magenta / pink · warm · closest name: plum
RGB
236, 196, 235
HSL
302°, 51%, 85%
CMYK
0, 17, 0, 8
Luminance
0.6331
Every format
| HEX | #ecc4eb |
| RGB | rgb(236, 196, 235) |
| HSL | hsl(302, 51%, 85%) |
| CMYK | cmyk(0%, 17%, 0%, 8%) |
| LAB | lab(83.6 20.7 -14.0) |
| LCH | lch(83.6 25.0 326.1) |
| OKLCH | oklch(0.867 0.068 326.9) |
Copy-ready code
/* CSS */
color: #ecc4eb;
background-color: #ecc4eb;
/* Tailwind (arbitrary) */
class="text-[#ecc4eb] bg-[#ecc4eb]"
/* SCSS */
$brand: #ecc4eb;
/* SwiftUI */
Color(red: 0.925, green: 0.769, blue: 0.922)
/* Android */
Color.parseColor("#ecc4eb")Accessibility — WCAG contrast
Aa
#ecc4eb on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecc4eb on black: 13.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green76.9%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta16.9%
Yellow0.4%
Key (black)7.5%
Color previews
#ecc4eb text on a black background
contrast 13.66:1
Card sample
#ecc4eb text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecc4eb;
Background color
Panel with #ecc4eb background
background-color: #ecc4eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecc4eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 196, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 196, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecc4eb; background: linear-gradient(135deg, #ecc4eb, #ECC4D0);