#e2b2fd
a light, electric violet · warm · closest name: plum
RGB
226, 178, 253
HSL
278°, 95%, 85%
CMYK
11, 30, 0, 1
Luminance
0.5510
Every format
| HEX | #e2b2fd |
| RGB | rgb(226, 178, 253) |
| HSL | hsl(278, 95%, 85%) |
| CMYK | cmyk(11%, 30%, 0%, 1%) |
| LAB | lab(79.1 30.6 -30.5) |
| LCH | lch(79.1 43.2 315.1) |
| OKLCH | oklch(0.832 0.114 313.0) |
Copy-ready code
/* CSS */
color: #e2b2fd;
background-color: #e2b2fd;
/* Tailwind (arbitrary) */
class="text-[#e2b2fd] bg-[#e2b2fd]"
/* SCSS */
$brand: #e2b2fd;
/* SwiftUI */
Color(red: 0.886, green: 0.698, blue: 0.992)
/* Android */
Color.parseColor("#e2b2fd")Accessibility — WCAG contrast
Aa
#e2b2fd on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2b2fd on black: 12.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green69.8%
Blue99.2%
CMYK percentages
Cyan10.7%
Magenta29.6%
Yellow0.0%
Key (black)0.8%
Color previews
#e2b2fd text on a black background
contrast 12.02:1
Card sample
#e2b2fd text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2b2fd;
Background color
Panel with #e2b2fd background
background-color: #e2b2fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2b2fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 178, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 178, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2b2fd; background: linear-gradient(135deg, #e2b2fd, #FDB2E6);