#e6b2ac
a light, vivid red · warm · closest name: pink
RGB
230, 178, 172
HSL
6°, 54%, 79%
CMYK
0, 23, 25, 10
Luminance
0.5164
Every format
| HEX | #e6b2ac |
| RGB | rgb(230, 178, 172) |
| HSL | hsl(6, 54%, 79%) |
| CMYK | cmyk(0%, 23%, 25%, 10%) |
| LAB | lab(77.1 18.0 10.3) |
| LCH | lch(77.1 20.8 29.9) |
| OKLCH | oklch(0.809 0.062 26.1) |
Copy-ready code
/* CSS */
color: #e6b2ac;
background-color: #e6b2ac;
/* Tailwind (arbitrary) */
class="text-[#e6b2ac] bg-[#e6b2ac]"
/* SCSS */
$brand: #e6b2ac;
/* SwiftUI */
Color(red: 0.902, green: 0.698, blue: 0.675)
/* Android */
Color.parseColor("#e6b2ac")Accessibility — WCAG contrast
Aa
#e6b2ac on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e6b2ac on black: 11.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green69.8%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta22.6%
Yellow25.2%
Key (black)9.8%
Color previews
#e6b2ac text on a black background
contrast 11.33:1
Card sample
#e6b2ac text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e6b2ac;
Background color
Panel with #e6b2ac background
background-color: #e6b2ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e6b2ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 178, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 178, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e6b2ac; background: linear-gradient(135deg, #e6b2ac, #E6D9AC);