#e2affc
a light, electric violet · warm · closest name: plum
RGB
226, 175, 252
HSL
280°, 93%, 84%
CMYK
10, 31, 0, 1
Luminance
0.5386
Every format
| HEX | #e2affc |
| RGB | rgb(226, 175, 252) |
| HSL | hsl(280, 93%, 84%) |
| CMYK | cmyk(10%, 31%, 0%, 1%) |
| LAB | lab(78.4 32.0 -31.1) |
| LCH | lch(78.4 44.6 315.9) |
| OKLCH | oklch(0.826 0.118 313.9) |
Copy-ready code
/* CSS */
color: #e2affc;
background-color: #e2affc;
/* Tailwind (arbitrary) */
class="text-[#e2affc] bg-[#e2affc]"
/* SCSS */
$brand: #e2affc;
/* SwiftUI */
Color(red: 0.886, green: 0.686, blue: 0.988)
/* Android */
Color.parseColor("#e2affc")Accessibility — WCAG contrast
Aa
#e2affc on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2affc on black: 11.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green68.6%
Blue98.8%
CMYK percentages
Cyan10.3%
Magenta30.6%
Yellow0.0%
Key (black)1.2%
Color previews
#e2affc text on a black background
contrast 11.77:1
Card sample
#e2affc text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2affc;
Background color
Panel with #e2affc background
background-color: #e2affc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2affc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 175, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 175, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2affc; background: linear-gradient(135deg, #e2affc, #FCAFE3);