#ebcffc
a pale, electric violet · warm · closest name: lavender
RGB
235, 207, 252
HSL
277°, 88%, 90%
CMYK
7, 18, 0, 1
Luminance
0.6932
Every format
| HEX | #ebcffc |
| RGB | rgb(235, 207, 252) |
| HSL | hsl(277, 88%, 90%) |
| CMYK | cmyk(7%, 18%, 0%, 1%) |
| LAB | lab(86.7 17.8 -18.4) |
| LCH | lch(86.7 25.6 314.0) |
| OKLCH | oklch(0.892 0.068 312.7) |
Copy-ready code
/* CSS */
color: #ebcffc;
background-color: #ebcffc;
/* Tailwind (arbitrary) */
class="text-[#ebcffc] bg-[#ebcffc]"
/* SCSS */
$brand: #ebcffc;
/* SwiftUI */
Color(red: 0.922, green: 0.812, blue: 0.988)
/* Android */
Color.parseColor("#ebcffc")Accessibility — WCAG contrast
Aa
#ebcffc on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebcffc on black: 14.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green81.2%
Blue98.8%
CMYK percentages
Cyan6.7%
Magenta17.9%
Yellow0.0%
Key (black)1.2%
Color previews
#ebcffc text on a black background
contrast 14.86:1
Card sample
#ebcffc text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebcffc;
Background color
Panel with #ebcffc background
background-color: #ebcffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebcffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 207, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 207, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebcffc; background: linear-gradient(135deg, #ebcffc, #FCCFEF);