#c7a2ab
a light, soft red · warm · closest name: pink
RGB
199, 162, 171
HSL
345°, 25%, 71%
CMYK
0, 19, 14, 22
Luminance
0.4092
Every format
| HEX | #c7a2ab |
| RGB | rgb(199, 162, 171) |
| HSL | hsl(345, 25%, 71%) |
| CMYK | cmyk(0%, 19%, 14%, 22%) |
| LAB | lab(70.1 15.1 0.5) |
| LCH | lch(70.1 15.1 1.9) |
| OKLCH | oklch(0.748 0.045 2.0) |
Copy-ready code
/* CSS */
color: #c7a2ab;
background-color: #c7a2ab;
/* Tailwind (arbitrary) */
class="text-[#c7a2ab] bg-[#c7a2ab]"
/* SCSS */
$brand: #c7a2ab;
/* SwiftUI */
Color(red: 0.780, green: 0.635, blue: 0.671)
/* Android */
Color.parseColor("#c7a2ab")Accessibility — WCAG contrast
Aa
#c7a2ab on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7a2ab on black: 9.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green63.5%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta18.6%
Yellow14.1%
Key (black)22.0%
Color previews
#c7a2ab text on a black background
contrast 9.18:1
Card sample
#c7a2ab text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7a2ab;
Background color
Panel with #c7a2ab background
background-color: #c7a2ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7a2ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 162, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 162, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7a2ab; background: linear-gradient(135deg, #c7a2ab, #C7B2A2);