#e3b8ea
a light, vivid magenta / pink · warm · closest name: plum
RGB
227, 184, 234
HSL
292°, 54%, 82%
CMYK
3, 21, 0, 8
Luminance
0.5655
Every format
| HEX | #e3b8ea |
| RGB | rgb(227, 184, 234) |
| HSL | hsl(292, 54%, 82%) |
| CMYK | cmyk(3%, 21%, 0%, 8%) |
| LAB | lab(79.9 24.0 -19.0) |
| LCH | lch(79.9 30.6 321.6) |
| OKLCH | oklch(0.836 0.083 321.6) |
Copy-ready code
/* CSS */
color: #e3b8ea;
background-color: #e3b8ea;
/* Tailwind (arbitrary) */
class="text-[#e3b8ea] bg-[#e3b8ea]"
/* SCSS */
$brand: #e3b8ea;
/* SwiftUI */
Color(red: 0.890, green: 0.722, blue: 0.918)
/* Android */
Color.parseColor("#e3b8ea")Accessibility — WCAG contrast
Aa
#e3b8ea on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e3b8ea on black: 12.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green72.2%
Blue91.8%
CMYK percentages
Cyan3.0%
Magenta21.4%
Yellow0.0%
Key (black)8.2%
Color previews
#e3b8ea text on a black background
contrast 12.31:1
Card sample
#e3b8ea text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e3b8ea;
Background color
Panel with #e3b8ea background
background-color: #e3b8ea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e3b8ea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 184, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 184, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e3b8ea; background: linear-gradient(135deg, #e3b8ea, #EAB8D0);