#e6b3e6
a light, vivid magenta / pink · warm · closest name: plum
RGB
230, 179, 230
HSL
300°, 51%, 80%
CMYK
0, 22, 0, 10
Luminance
0.5478
Every format
| HEX | #e6b3e6 |
| RGB | rgb(230, 179, 230) |
| HSL | hsl(300, 51%, 80%) |
| CMYK | cmyk(0%, 22%, 0%, 10%) |
| LAB | lab(78.9 26.9 -18.4) |
| LCH | lch(78.9 32.6 325.7) |
| OKLCH | oklch(0.829 0.089 326.3) |
Copy-ready code
/* CSS */
color: #e6b3e6;
background-color: #e6b3e6;
/* Tailwind (arbitrary) */
class="text-[#e6b3e6] bg-[#e6b3e6]"
/* SCSS */
$brand: #e6b3e6;
/* SwiftUI */
Color(red: 0.902, green: 0.702, blue: 0.902)
/* Android */
Color.parseColor("#e6b3e6")Accessibility — WCAG contrast
Aa
#e6b3e6 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e6b3e6 on black: 11.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green70.2%
Blue90.2%
CMYK percentages
Cyan0.0%
Magenta22.2%
Yellow0.0%
Key (black)9.8%
Color previews
#e6b3e6 text on a black background
contrast 11.96:1
Card sample
#e6b3e6 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e6b3e6;
Background color
Panel with #e6b3e6 background
background-color: #e6b3e6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e6b3e6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 179, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 179, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e6b3e6; background: linear-gradient(135deg, #e6b3e6, #E6B3C4);