#e8ceff
a pale, electric violet · warm · closest name: lavender
RGB
232, 206, 255
HSL
272°, 100%, 90%
CMYK
9, 19, 0, 0
Luminance
0.6852
Every format
| HEX | #e8ceff |
| RGB | rgb(232, 206, 255) |
| HSL | hsl(272, 100%, 90%) |
| CMYK | cmyk(9%, 19%, 0%, 0%) |
| LAB | lab(86.3 17.9 -20.6) |
| LCH | lch(86.3 27.3 311.0) |
| OKLCH | oklch(0.888 0.072 308.9) |
Copy-ready code
/* CSS */
color: #e8ceff;
background-color: #e8ceff;
/* Tailwind (arbitrary) */
class="text-[#e8ceff] bg-[#e8ceff]"
/* SCSS */
$brand: #e8ceff;
/* SwiftUI */
Color(red: 0.910, green: 0.808, blue: 1.000)
/* Android */
Color.parseColor("#e8ceff")Accessibility — WCAG contrast
Aa
#e8ceff on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e8ceff on black: 14.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green80.8%
Blue100.0%
CMYK percentages
Cyan9.0%
Magenta19.2%
Yellow0.0%
Key (black)0.0%
Color previews
#e8ceff text on a black background
contrast 14.70:1
Card sample
#e8ceff text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e8ceff;
Background color
Panel with #e8ceff background
background-color: #e8ceff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e8ceff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 206, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 206, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e8ceff; background: linear-gradient(135deg, #e8ceff, #FFCEF5);