#ebc5eb
a light, vivid magenta / pink · warm · closest name: pink
RGB
235, 197, 235
HSL
300°, 49%, 85%
CMYK
0, 16, 0, 8
Luminance
0.6359
Every format
| HEX | #ebc5eb |
| RGB | rgb(235, 197, 235) |
| HSL | hsl(300, 49%, 85%) |
| CMYK | cmyk(0%, 16%, 0%, 8%) |
| LAB | lab(83.8 19.9 -13.8) |
| LCH | lch(83.8 24.2 325.3) |
| OKLCH | oklch(0.868 0.066 326.1) |
Copy-ready code
/* CSS */
color: #ebc5eb;
background-color: #ebc5eb;
/* Tailwind (arbitrary) */
class="text-[#ebc5eb] bg-[#ebc5eb]"
/* SCSS */
$brand: #ebc5eb;
/* SwiftUI */
Color(red: 0.922, green: 0.773, blue: 0.922)
/* Android */
Color.parseColor("#ebc5eb")Accessibility — WCAG contrast
Aa
#ebc5eb on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebc5eb on black: 13.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green77.3%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta16.2%
Yellow0.0%
Key (black)7.8%
Color previews
#ebc5eb text on a black background
contrast 13.72:1
Card sample
#ebc5eb text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebc5eb;
Background color
Panel with #ebc5eb background
background-color: #ebc5eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebc5eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 197, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 197, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebc5eb; background: linear-gradient(135deg, #ebc5eb, #EBC5D2);