#c7afbf
a light, soft magenta / pink · warm · closest name: silver
RGB
199, 175, 191
HSL
320°, 18%, 73%
CMYK
0, 12, 4, 22
Luminance
0.4656
Every format
| HEX | #c7afbf |
| RGB | rgb(199, 175, 191) |
| HSL | hsl(320, 18%, 73%) |
| CMYK | cmyk(0%, 12%, 4%, 22%) |
| LAB | lab(73.9 11.4 -5.0) |
| LCH | lch(73.9 12.4 336.5) |
| OKLCH | oklch(0.779 0.035 338.1) |
Copy-ready code
/* CSS */
color: #c7afbf;
background-color: #c7afbf;
/* Tailwind (arbitrary) */
class="text-[#c7afbf] bg-[#c7afbf]"
/* SCSS */
$brand: #c7afbf;
/* SwiftUI */
Color(red: 0.780, green: 0.686, blue: 0.749)
/* Android */
Color.parseColor("#c7afbf")Accessibility — WCAG contrast
Aa
#c7afbf on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7afbf on black: 10.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green68.6%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta12.1%
Yellow4.0%
Key (black)22.0%
Color previews
#c7afbf text on a black background
contrast 10.31:1
Card sample
#c7afbf text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7afbf;
Background color
Panel with #c7afbf background
background-color: #c7afbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7afbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 175, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 175, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7afbf; background: linear-gradient(135deg, #c7afbf, #C7AFAF);