#e6afba
a light, vivid red · warm · closest name: pink
RGB
230, 175, 186
HSL
348°, 52%, 79%
CMYK
0, 24, 19, 10
Luminance
0.5103
Every format
| HEX | #e6afba |
| RGB | rgb(230, 175, 186) |
| HSL | hsl(348, 52%, 79%) |
| CMYK | cmyk(0%, 24%, 19%, 10%) |
| LAB | lab(76.7 21.7 2.2) |
| LCH | lch(76.7 21.8 5.8) |
| OKLCH | oklch(0.807 0.066 5.3) |
Copy-ready code
/* CSS */
color: #e6afba;
background-color: #e6afba;
/* Tailwind (arbitrary) */
class="text-[#e6afba] bg-[#e6afba]"
/* SCSS */
$brand: #e6afba;
/* SwiftUI */
Color(red: 0.902, green: 0.686, blue: 0.729)
/* Android */
Color.parseColor("#e6afba")Accessibility — WCAG contrast
Aa
#e6afba on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e6afba on black: 11.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green68.6%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta23.9%
Yellow19.1%
Key (black)9.8%
Color previews
#e6afba text on a black background
contrast 11.21:1
Card sample
#e6afba text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e6afba;
Background color
Panel with #e6afba background
background-color: #e6afba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e6afba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 175, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 175, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e6afba; background: linear-gradient(135deg, #e6afba, #E6C9AF);