#c7acb2
a light, soft red · warm · closest name: silver
RGB
199, 172, 178
HSL
347°, 19%, 73%
CMYK
0, 14, 11, 22
Luminance
0.4486
Every format
| HEX | #c7acb2 |
| RGB | rgb(199, 172, 178) |
| HSL | hsl(347, 19%, 73%) |
| CMYK | cmyk(0%, 14%, 11%, 22%) |
| LAB | lab(72.8 10.8 0.5) |
| LCH | lch(72.8 10.8 2.9) |
| OKLCH | oklch(0.770 0.032 2.8) |
Copy-ready code
/* CSS */
color: #c7acb2;
background-color: #c7acb2;
/* Tailwind (arbitrary) */
class="text-[#c7acb2] bg-[#c7acb2]"
/* SCSS */
$brand: #c7acb2;
/* SwiftUI */
Color(red: 0.780, green: 0.675, blue: 0.698)
/* Android */
Color.parseColor("#c7acb2")Accessibility — WCAG contrast
Aa
#c7acb2 on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7acb2 on black: 9.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green67.5%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta13.6%
Yellow10.6%
Key (black)22.0%
Color previews
#c7acb2 text on a black background
contrast 9.97:1
Card sample
#c7acb2 text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7acb2;
Background color
Panel with #c7acb2 background
background-color: #c7acb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7acb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 172, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 172, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7acb2; background: linear-gradient(135deg, #c7acb2, #C7B8AC);