#e6e6fa
a pale, vivid blue · warm · “lavender”
RGB
230, 230, 250
HSL
240°, 67%, 94%
CMYK
8, 8, 0, 2
Luminance
0.8032
Every format
| HEX | #e6e6fa |
| RGB | rgb(230, 230, 250) |
| HSL | hsl(240, 67%, 94%) |
| CMYK | cmyk(8%, 8%, 0%, 2%) |
| LAB | lab(91.8 3.7 -9.7) |
| LCH | lch(91.8 10.3 291.0) |
| OKLCH | oklch(0.931 0.027 285.9) |
Copy-ready code
/* CSS */
color: #e6e6fa;
background-color: #e6e6fa;
/* Tailwind (arbitrary) */
class="text-[#e6e6fa] bg-[#e6e6fa]"
/* SCSS */
$brand: #e6e6fa;
/* SwiftUI */
Color(red: 0.902, green: 0.902, blue: 0.980)
/* Android */
Color.parseColor("#e6e6fa")Accessibility — WCAG contrast
Aa
#e6e6fa on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e6e6fa on black: 17.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green90.2%
Blue98.0%
CMYK percentages
Cyan8.0%
Magenta8.0%
Yellow0.0%
Key (black)2.0%
Color previews
#e6e6fa text on a black background
contrast 17.06:1
Card sample
#e6e6fa text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e6e6fa;
Background color
Panel with #e6e6fa background
background-color: #e6e6fa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e6e6fa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 230, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 230, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e6e6fa; background: linear-gradient(135deg, #e6e6fa, #F3E6FA);