#c8a2ab
a light, soft red · warm · closest name: pink
RGB
200, 162, 171
HSL
346°, 26%, 71%
CMYK
0, 19, 15, 22
Luminance
0.4106
Every format
| HEX | #c8a2ab |
| RGB | rgb(200, 162, 171) |
| HSL | hsl(346, 26%, 71%) |
| CMYK | cmyk(0%, 19%, 15%, 22%) |
| LAB | lab(70.2 15.4 0.7) |
| LCH | lch(70.2 15.4 2.4) |
| OKLCH | oklch(0.749 0.046 2.4) |
Copy-ready code
/* CSS */
color: #c8a2ab;
background-color: #c8a2ab;
/* Tailwind (arbitrary) */
class="text-[#c8a2ab] bg-[#c8a2ab]"
/* SCSS */
$brand: #c8a2ab;
/* SwiftUI */
Color(red: 0.784, green: 0.635, blue: 0.671)
/* Android */
Color.parseColor("#c8a2ab")Accessibility — WCAG contrast
Aa
#c8a2ab on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8a2ab on black: 9.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green63.5%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta19.0%
Yellow14.5%
Key (black)21.6%
Color previews
#c8a2ab text on a black background
contrast 9.21:1
Card sample
#c8a2ab text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8a2ab;
Background color
Panel with #c8a2ab background
background-color: #c8a2ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8a2ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 162, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 162, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8a2ab; background: linear-gradient(135deg, #c8a2ab, #C8B2A2);