#ebdbff
a pale, electric violet · warm · closest name: lavender
RGB
235, 219, 255
HSL
267°, 100%, 93%
CMYK
8, 14, 0, 0
Luminance
0.7555
Every format
| HEX | #ebdbff |
| RGB | rgb(235, 219, 255) |
| HSL | hsl(267, 100%, 93%) |
| CMYK | cmyk(8%, 14%, 0%, 0%) |
| LAB | lab(89.7 12.0 -15.5) |
| LCH | lch(89.7 19.6 307.8) |
| OKLCH | oklch(0.915 0.051 305.5) |
Copy-ready code
/* CSS */
color: #ebdbff;
background-color: #ebdbff;
/* Tailwind (arbitrary) */
class="text-[#ebdbff] bg-[#ebdbff]"
/* SCSS */
$brand: #ebdbff;
/* SwiftUI */
Color(red: 0.922, green: 0.859, blue: 1.000)
/* Android */
Color.parseColor("#ebdbff")Accessibility — WCAG contrast
Aa
#ebdbff on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdbff on black: 16.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green85.9%
Blue100.0%
CMYK percentages
Cyan7.8%
Magenta14.1%
Yellow0.0%
Key (black)0.0%
Color previews
#ebdbff text on a black background
contrast 16.11:1
Card sample
#ebdbff text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdbff;
Background color
Panel with #ebdbff background
background-color: #ebdbff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdbff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 219, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 219, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdbff; background: linear-gradient(135deg, #ebdbff, #FFDBFB);