#e6a2ab
a light, vivid red · warm · closest name: pink
RGB
230, 162, 171
HSL
352°, 58%, 77%
CMYK
0, 30, 26, 10
Luminance
0.4560
Every format
| HEX | #e6a2ab |
| RGB | rgb(230, 162, 171) |
| HSL | hsl(352, 58%, 77%) |
| CMYK | cmyk(0%, 30%, 26%, 10%) |
| LAB | lab(73.3 26.4 5.5) |
| LCH | lch(73.3 27.0 11.7) |
| OKLCH | oklch(0.780 0.082 10.4) |
Copy-ready code
/* CSS */
color: #e6a2ab;
background-color: #e6a2ab;
/* Tailwind (arbitrary) */
class="text-[#e6a2ab] bg-[#e6a2ab]"
/* SCSS */
$brand: #e6a2ab;
/* SwiftUI */
Color(red: 0.902, green: 0.635, blue: 0.671)
/* Android */
Color.parseColor("#e6a2ab")Accessibility — WCAG contrast
Aa
#e6a2ab on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e6a2ab on black: 10.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green63.5%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta29.6%
Yellow25.7%
Key (black)9.8%
Color previews
#e6a2ab text on a black background
contrast 10.12:1
Card sample
#e6a2ab text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e6a2ab;
Background color
Panel with #e6a2ab background
background-color: #e6a2ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e6a2ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 162, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 162, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e6a2ab; background: linear-gradient(135deg, #e6a2ab, #E6C6A2);