#e9b2f6
a light, electric violet · warm · closest name: plum
RGB
233, 178, 246
HSL
289°, 79%, 83%
CMYK
5, 28, 0, 4
Luminance
0.5582
Every format
| HEX | #e9b2f6 |
| RGB | rgb(233, 178, 246) |
| HSL | hsl(289, 79%, 83%) |
| CMYK | cmyk(5%, 28%, 0%, 4%) |
| LAB | lab(79.5 31.4 -26.1) |
| LCH | lch(79.5 40.8 320.3) |
| OKLCH | oklch(0.836 0.110 319.8) |
Copy-ready code
/* CSS */
color: #e9b2f6;
background-color: #e9b2f6;
/* Tailwind (arbitrary) */
class="text-[#e9b2f6] bg-[#e9b2f6]"
/* SCSS */
$brand: #e9b2f6;
/* SwiftUI */
Color(red: 0.914, green: 0.698, blue: 0.965)
/* Android */
Color.parseColor("#e9b2f6")Accessibility — WCAG contrast
Aa
#e9b2f6 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e9b2f6 on black: 12.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green69.8%
Blue96.5%
CMYK percentages
Cyan5.3%
Magenta27.6%
Yellow0.0%
Key (black)3.5%
Color previews
#e9b2f6 text on a black background
contrast 12.16:1
Card sample
#e9b2f6 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e9b2f6;
Background color
Panel with #e9b2f6 background
background-color: #e9b2f6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e9b2f6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 178, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 178, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e9b2f6; background: linear-gradient(135deg, #e9b2f6, #F6B2D6);