#e6abcd
a light, vivid magenta / pink · warm · closest name: pink
RGB
230, 171, 205
HSL
325°, 54%, 79%
CMYK
0, 26, 11, 10
Luminance
0.5036
Every format
| HEX | #e6abcd |
| RGB | rgb(230, 171, 205) |
| HSL | hsl(325, 54%, 79%) |
| CMYK | cmyk(0%, 26%, 11%, 10%) |
| LAB | lab(76.3 26.8 -8.8) |
| LCH | lch(76.3 28.2 341.9) |
| OKLCH | oklch(0.806 0.082 343.6) |
Copy-ready code
/* CSS */
color: #e6abcd;
background-color: #e6abcd;
/* Tailwind (arbitrary) */
class="text-[#e6abcd] bg-[#e6abcd]"
/* SCSS */
$brand: #e6abcd;
/* SwiftUI */
Color(red: 0.902, green: 0.671, blue: 0.804)
/* Android */
Color.parseColor("#e6abcd")Accessibility — WCAG contrast
Aa
#e6abcd on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e6abcd on black: 11.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green67.1%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta25.7%
Yellow10.9%
Key (black)9.8%
Color previews
#e6abcd text on a black background
contrast 11.07:1
Card sample
#e6abcd text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e6abcd;
Background color
Panel with #e6abcd background
background-color: #e6abcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e6abcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 171, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 171, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e6abcd; background: linear-gradient(135deg, #e6abcd, #E6B0AB);