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