#c0afb2
a light, muted red · warm · closest name: silver
RGB
192, 175, 178
HSL
349°, 12%, 72%
CMYK
0, 9, 7, 25
Luminance
0.4508
Every format
| HEX | #c0afb2 |
| RGB | rgb(192, 175, 178) |
| HSL | hsl(349, 12%, 72%) |
| CMYK | cmyk(0%, 9%, 7%, 25%) |
| LAB | lab(73.0 6.6 0.7) |
| LCH | lch(73.0 6.6 5.9) |
| OKLCH | oklch(0.769 0.020 5.5) |
Copy-ready code
/* CSS */
color: #c0afb2;
background-color: #c0afb2;
/* Tailwind (arbitrary) */
class="text-[#c0afb2] bg-[#c0afb2]"
/* SCSS */
$brand: #c0afb2;
/* SwiftUI */
Color(red: 0.753, green: 0.686, blue: 0.698)
/* Android */
Color.parseColor("#c0afb2")Accessibility — WCAG contrast
Aa
#c0afb2 on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0afb2 on black: 10.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green68.6%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta8.9%
Yellow7.3%
Key (black)24.7%
Color previews
#c0afb2 text on a black background
contrast 10.02:1
Card sample
#c0afb2 text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0afb2;
Background color
Panel with #c0afb2 background
background-color: #c0afb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0afb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 175, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 175, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0afb2; background: linear-gradient(135deg, #c0afb2, #C0B7AF);