#ebcdfb
a pale, electric violet · warm · closest name: lavender
RGB
235, 205, 251
HSL
279°, 85%, 89%
CMYK
6, 18, 0, 2
Luminance
0.6829
Every format
| HEX | #ebcdfb |
| RGB | rgb(235, 205, 251) |
| HSL | hsl(279, 85%, 89%) |
| CMYK | cmyk(6%, 18%, 0%, 2%) |
| LAB | lab(86.2 18.6 -18.6) |
| LCH | lch(86.2 26.4 315.0) |
| OKLCH | oklch(0.888 0.070 313.9) |
Copy-ready code
/* CSS */
color: #ebcdfb;
background-color: #ebcdfb;
/* Tailwind (arbitrary) */
class="text-[#ebcdfb] bg-[#ebcdfb]"
/* SCSS */
$brand: #ebcdfb;
/* SwiftUI */
Color(red: 0.922, green: 0.804, blue: 0.984)
/* Android */
Color.parseColor("#ebcdfb")Accessibility — WCAG contrast
Aa
#ebcdfb on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebcdfb on black: 14.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green80.4%
Blue98.4%
CMYK percentages
Cyan6.4%
Magenta18.3%
Yellow0.0%
Key (black)1.6%
Color previews
#ebcdfb text on a black background
contrast 14.66:1
Card sample
#ebcdfb text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebcdfb;
Background color
Panel with #ebcdfb background
background-color: #ebcdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebcdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 205, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 205, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebcdfb; background: linear-gradient(135deg, #ebcdfb, #FBCDEC);