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