#ebc9e3
a pale, vivid magenta / pink · warm · closest name: pink
RGB
235, 201, 227
HSL
314°, 46%, 86%
CMYK
0, 15, 3, 8
Luminance
0.6498
Every format
| HEX | #ebc9e3 |
| RGB | rgb(235, 201, 227) |
| HSL | hsl(314, 46%, 86%) |
| CMYK | cmyk(0%, 15%, 3%, 8%) |
| LAB | lab(84.5 16.3 -8.4) |
| LCH | lch(84.5 18.4 332.7) |
| OKLCH | oklch(0.872 0.051 334.2) |
Copy-ready code
/* CSS */
color: #ebc9e3;
background-color: #ebc9e3;
/* Tailwind (arbitrary) */
class="text-[#ebc9e3] bg-[#ebc9e3]"
/* SCSS */
$brand: #ebc9e3;
/* SwiftUI */
Color(red: 0.922, green: 0.788, blue: 0.890)
/* Android */
Color.parseColor("#ebc9e3")Accessibility — WCAG contrast
Aa
#ebc9e3 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebc9e3 on black: 14.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green78.8%
Blue89.0%
CMYK percentages
Cyan0.0%
Magenta14.5%
Yellow3.4%
Key (black)7.8%
Color previews
#ebc9e3 text on a black background
contrast 14.00:1
Card sample
#ebc9e3 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebc9e3;
Background color
Panel with #ebc9e3 background
background-color: #ebc9e3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebc9e3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 201, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 201, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebc9e3; background: linear-gradient(135deg, #ebc9e3, #EBC9CC);