#e8e8f6
a pale, soft blue · warm · closest name: lavender
RGB
232, 232, 246
HSL
240°, 44%, 94%
CMYK
6, 6, 0, 4
Luminance
0.8152
Every format
| HEX | #e8e8f6 |
| RGB | rgb(232, 232, 246) |
| HSL | hsl(240, 44%, 94%) |
| CMYK | cmyk(6%, 6%, 0%, 4%) |
| LAB | lab(92.4 2.6 -6.8) |
| LCH | lch(92.4 7.2 290.7) |
| OKLCH | oklch(0.935 0.019 286.0) |
Copy-ready code
/* CSS */
color: #e8e8f6;
background-color: #e8e8f6;
/* Tailwind (arbitrary) */
class="text-[#e8e8f6] bg-[#e8e8f6]"
/* SCSS */
$brand: #e8e8f6;
/* SwiftUI */
Color(red: 0.910, green: 0.910, blue: 0.965)
/* Android */
Color.parseColor("#e8e8f6")Accessibility — WCAG contrast
Aa
#e8e8f6 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e8e8f6 on black: 17.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green91.0%
Blue96.5%
CMYK percentages
Cyan5.7%
Magenta5.7%
Yellow0.0%
Key (black)3.5%
Color previews
#e8e8f6 text on a black background
contrast 17.30:1
Card sample
#e8e8f6 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e8e8f6;
Background color
Panel with #e8e8f6 background
background-color: #e8e8f6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e8e8f6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 232, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 232, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e8e8f6; background: linear-gradient(135deg, #e8e8f6, #F1E8F6);