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