#ebcdf6
a pale, vivid violet · warm · closest name: lavender
RGB
235, 205, 246
HSL
284°, 70%, 88%
CMYK
5, 17, 0, 4
Luminance
0.6798
Every format
| HEX | #ebcdf6 |
| RGB | rgb(235, 205, 246) |
| HSL | hsl(284, 70%, 88%) |
| CMYK | cmyk(5%, 17%, 0%, 4%) |
| LAB | lab(86.0 17.7 -16.2) |
| LCH | lch(86.0 24.0 317.4) |
| OKLCH | oklch(0.886 0.064 317.0) |
Copy-ready code
/* CSS */
color: #ebcdf6;
background-color: #ebcdf6;
/* Tailwind (arbitrary) */
class="text-[#ebcdf6] bg-[#ebcdf6]"
/* SCSS */
$brand: #ebcdf6;
/* SwiftUI */
Color(red: 0.922, green: 0.804, blue: 0.965)
/* Android */
Color.parseColor("#ebcdf6")Accessibility — WCAG contrast
Aa
#ebcdf6 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebcdf6 on black: 14.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green80.4%
Blue96.5%
CMYK percentages
Cyan4.5%
Magenta16.7%
Yellow0.0%
Key (black)3.5%
Color previews
#ebcdf6 text on a black background
contrast 14.60:1
Card sample
#ebcdf6 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebcdf6;
Background color
Panel with #ebcdf6 background
background-color: #ebcdf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebcdf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 205, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 205, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebcdf6; background: linear-gradient(135deg, #ebcdf6, #F6CDE6);