#e6afac
a light, vivid red · warm · closest name: pink
RGB
230, 175, 172
HSL
3°, 54%, 79%
CMYK
0, 24, 25, 10
Luminance
0.5046
Every format
| HEX | #e6afac |
| RGB | rgb(230, 175, 172) |
| HSL | hsl(3, 54%, 79%) |
| CMYK | cmyk(0%, 24%, 25%, 10%) |
| LAB | lab(76.3 19.6 9.3) |
| LCH | lch(76.3 21.7 25.4) |
| OKLCH | oklch(0.804 0.065 22.2) |
Copy-ready code
/* CSS */
color: #e6afac;
background-color: #e6afac;
/* Tailwind (arbitrary) */
class="text-[#e6afac] bg-[#e6afac]"
/* SCSS */
$brand: #e6afac;
/* SwiftUI */
Color(red: 0.902, green: 0.686, blue: 0.675)
/* Android */
Color.parseColor("#e6afac")Accessibility — WCAG contrast
Aa
#e6afac on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e6afac on black: 11.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green68.6%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta23.9%
Yellow25.2%
Key (black)9.8%
Color previews
#e6afac text on a black background
contrast 11.09:1
Card sample
#e6afac text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e6afac;
Background color
Panel with #e6afac background
background-color: #e6afac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e6afac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 175, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 175, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e6afac; background: linear-gradient(135deg, #e6afac, #E6D6AC);