#ebc8eb
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
235, 200, 235
HSL
300°, 47%, 85%
CMYK
0, 15, 0, 8
Luminance
0.6497
Every format
| HEX | #ebc8eb |
| RGB | rgb(235, 200, 235) |
| HSL | hsl(300, 47%, 85%) |
| CMYK | cmyk(0%, 15%, 0%, 8%) |
| LAB | lab(84.5 18.3 -12.7) |
| LCH | lch(84.5 22.3 325.3) |
| OKLCH | oklch(0.873 0.061 326.1) |
Copy-ready code
/* CSS */
color: #ebc8eb;
background-color: #ebc8eb;
/* Tailwind (arbitrary) */
class="text-[#ebc8eb] bg-[#ebc8eb]"
/* SCSS */
$brand: #ebc8eb;
/* SwiftUI */
Color(red: 0.922, green: 0.784, blue: 0.922)
/* Android */
Color.parseColor("#ebc8eb")Accessibility — WCAG contrast
Aa
#ebc8eb on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebc8eb on black: 13.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green78.4%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta14.9%
Yellow0.0%
Key (black)7.8%
Color previews
#ebc8eb text on a black background
contrast 13.99:1
Card sample
#ebc8eb text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebc8eb;
Background color
Panel with #ebc8eb background
background-color: #ebc8eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebc8eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 200, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 200, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebc8eb; background: linear-gradient(135deg, #ebc8eb, #EBC8D4);