#c7afb0
a light, soft red · warm · closest name: silver
RGB
199, 175, 176
HSL
358°, 18%, 73%
CMYK
0, 12, 12, 22
Luminance
0.4594
Every format
| HEX | #c7afb0 |
| RGB | rgb(199, 175, 176) |
| HSL | hsl(358, 18%, 73%) |
| CMYK | cmyk(0%, 12%, 12%, 22%) |
| LAB | lab(73.5 8.8 2.7) |
| LCH | lch(73.5 9.2 16.8) |
| OKLCH | oklch(0.775 0.028 14.9) |
Copy-ready code
/* CSS */
color: #c7afb0;
background-color: #c7afb0;
/* Tailwind (arbitrary) */
class="text-[#c7afb0] bg-[#c7afb0]"
/* SCSS */
$brand: #c7afb0;
/* SwiftUI */
Color(red: 0.780, green: 0.686, blue: 0.690)
/* Android */
Color.parseColor("#c7afb0")Accessibility — WCAG contrast
Aa
#c7afb0 on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7afb0 on black: 10.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green68.6%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta12.1%
Yellow11.6%
Key (black)22.0%
Color previews
#c7afb0 text on a black background
contrast 10.19:1
Card sample
#c7afb0 text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7afb0;
Background color
Panel with #c7afb0 background
background-color: #c7afb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7afb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 175, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 175, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7afb0; background: linear-gradient(135deg, #c7afb0, #C7BEAF);