#ebcaf0
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
235, 202, 240
HSL
292°, 56%, 87%
CMYK
2, 16, 0, 6
Luminance
0.6619
Every format
| HEX | #ebcaf0 |
| RGB | rgb(235, 202, 240) |
| HSL | hsl(292, 56%, 87%) |
| CMYK | cmyk(2%, 16%, 0%, 6%) |
| LAB | lab(85.1 18.1 -14.4) |
| LCH | lch(85.1 23.2 321.6) |
| OKLCH | oklch(0.878 0.063 321.8) |
Copy-ready code
/* CSS */
color: #ebcaf0;
background-color: #ebcaf0;
/* Tailwind (arbitrary) */
class="text-[#ebcaf0] bg-[#ebcaf0]"
/* SCSS */
$brand: #ebcaf0;
/* SwiftUI */
Color(red: 0.922, green: 0.792, blue: 0.941)
/* Android */
Color.parseColor("#ebcaf0")Accessibility — WCAG contrast
Aa
#ebcaf0 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebcaf0 on black: 14.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green79.2%
Blue94.1%
CMYK percentages
Cyan2.1%
Magenta15.8%
Yellow0.0%
Key (black)5.9%
Color previews
#ebcaf0 text on a black background
contrast 14.24:1
Card sample
#ebcaf0 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebcaf0;
Background color
Panel with #ebcaf0 background
background-color: #ebcaf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebcaf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 202, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 202, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebcaf0; background: linear-gradient(135deg, #ebcaf0, #F0CADC);