#ebcbfc
a pale, electric violet · warm · closest name: plum
RGB
235, 203, 252
HSL
279°, 89%, 89%
CMYK
7, 19, 0, 1
Luminance
0.6740
Every format
| HEX | #ebcbfc |
| RGB | rgb(235, 203, 252) |
| HSL | hsl(279, 89%, 89%) |
| CMYK | cmyk(7%, 19%, 0%, 1%) |
| LAB | lab(85.7 19.9 -19.8) |
| LCH | lch(85.7 28.1 315.1) |
| OKLCH | oklch(0.884 0.074 313.9) |
Copy-ready code
/* CSS */
color: #ebcbfc;
background-color: #ebcbfc;
/* Tailwind (arbitrary) */
class="text-[#ebcbfc] bg-[#ebcbfc]"
/* SCSS */
$brand: #ebcbfc;
/* SwiftUI */
Color(red: 0.922, green: 0.796, blue: 0.988)
/* Android */
Color.parseColor("#ebcbfc")Accessibility — WCAG contrast
Aa
#ebcbfc on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebcbfc on black: 14.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green79.6%
Blue98.8%
CMYK percentages
Cyan6.7%
Magenta19.4%
Yellow0.0%
Key (black)1.2%
Color previews
#ebcbfc text on a black background
contrast 14.48:1
Card sample
#ebcbfc text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebcbfc;
Background color
Panel with #ebcbfc background
background-color: #ebcbfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebcbfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 203, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 203, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebcbfc; background: linear-gradient(135deg, #ebcbfc, #FCCBEC);