#e6c3ee
a light, vivid violet · warm · closest name: plum
RGB
230, 195, 238
HSL
289°, 56%, 85%
CMYK
3, 18, 0, 7
Luminance
0.6203
Every format
| HEX | #e6c3ee |
| RGB | rgb(230, 195, 238) |
| HSL | hsl(289, 56%, 85%) |
| CMYK | cmyk(3%, 18%, 0%, 7%) |
| LAB | lab(82.9 19.9 -16.6) |
| LCH | lch(82.9 25.9 320.0) |
| OKLCH | oklch(0.861 0.070 320.0) |
Copy-ready code
/* CSS */
color: #e6c3ee;
background-color: #e6c3ee;
/* Tailwind (arbitrary) */
class="text-[#e6c3ee] bg-[#e6c3ee]"
/* SCSS */
$brand: #e6c3ee;
/* SwiftUI */
Color(red: 0.902, green: 0.765, blue: 0.933)
/* Android */
Color.parseColor("#e6c3ee")Accessibility — WCAG contrast
Aa
#e6c3ee on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e6c3ee on black: 13.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green76.5%
Blue93.3%
CMYK percentages
Cyan3.4%
Magenta18.1%
Yellow0.0%
Key (black)6.7%
Color previews
#e6c3ee text on a black background
contrast 13.41:1
Card sample
#e6c3ee text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e6c3ee;
Background color
Panel with #e6c3ee background
background-color: #e6c3ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e6c3ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 195, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 195, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e6c3ee; background: linear-gradient(135deg, #e6c3ee, #EEC3D9);