#ebcee6
a pale, soft magenta / pink · warm · closest name: lavender
RGB
235, 206, 230
HSL
310°, 42%, 87%
CMYK
0, 12, 2, 8
Luminance
0.6752
Every format
| HEX | #ebcee6 |
| RGB | rgb(235, 206, 230) |
| HSL | hsl(310, 42%, 87%) |
| CMYK | cmyk(0%, 12%, 2%, 8%) |
| LAB | lab(85.8 14.2 -8.1) |
| LCH | lch(85.8 16.3 330.3) |
| OKLCH | oklch(0.883 0.045 331.7) |
Copy-ready code
/* CSS */
color: #ebcee6;
background-color: #ebcee6;
/* Tailwind (arbitrary) */
class="text-[#ebcee6] bg-[#ebcee6]"
/* SCSS */
$brand: #ebcee6;
/* SwiftUI */
Color(red: 0.922, green: 0.808, blue: 0.902)
/* Android */
Color.parseColor("#ebcee6")Accessibility — WCAG contrast
Aa
#ebcee6 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebcee6 on black: 14.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green80.8%
Blue90.2%
CMYK percentages
Cyan0.0%
Magenta12.3%
Yellow2.1%
Key (black)7.8%
Color previews
#ebcee6 text on a black background
contrast 14.50:1
Card sample
#ebcee6 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebcee6;
Background color
Panel with #ebcee6 background
background-color: #ebcee6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebcee6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 206, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 206, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebcee6; background: linear-gradient(135deg, #ebcee6, #EBCED3);