#ede5fa
a pale, vivid violet · warm · closest name: lavender
RGB
237, 229, 250
HSL
263°, 68%, 94%
CMYK
5, 8, 0, 2
Luminance
0.8095
Every format
| HEX | #ede5fa |
| RGB | rgb(237, 229, 250) |
| HSL | hsl(263, 68%, 94%) |
| CMYK | cmyk(5%, 8%, 0%, 2%) |
| LAB | lab(92.1 6.5 -9.2) |
| LCH | lch(92.1 11.3 305.2) |
| OKLCH | oklch(0.934 0.029 303.1) |
Copy-ready code
/* CSS */
color: #ede5fa;
background-color: #ede5fa;
/* Tailwind (arbitrary) */
class="text-[#ede5fa] bg-[#ede5fa]"
/* SCSS */
$brand: #ede5fa;
/* SwiftUI */
Color(red: 0.929, green: 0.898, blue: 0.980)
/* Android */
Color.parseColor("#ede5fa")Accessibility — WCAG contrast
Aa
#ede5fa on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ede5fa on black: 17.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green89.8%
Blue98.0%
CMYK percentages
Cyan5.2%
Magenta8.4%
Yellow0.0%
Key (black)2.0%
Color previews
#ede5fa text on a black background
contrast 17.19:1
Card sample
#ede5fa text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ede5fa;
Background color
Panel with #ede5fa background
background-color: #ede5fa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ede5fa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 229, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 229, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ede5fa; background: linear-gradient(135deg, #ede5fa, #FAE5F9);