#c9afb2
a light, soft red · warm · closest name: silver
RGB
201, 175, 178
HSL
353°, 19%, 74%
CMYK
0, 13, 11, 21
Luminance
0.4629
Every format
| HEX | #c9afb2 |
| RGB | rgb(201, 175, 178) |
| HSL | hsl(353, 19%, 74%) |
| CMYK | cmyk(0%, 13%, 11%, 21%) |
| LAB | lab(73.7 9.9 1.9) |
| LCH | lch(73.7 10.1 11.1) |
| OKLCH | oklch(0.777 0.030 9.9) |
Copy-ready code
/* CSS */
color: #c9afb2;
background-color: #c9afb2;
/* Tailwind (arbitrary) */
class="text-[#c9afb2] bg-[#c9afb2]"
/* SCSS */
$brand: #c9afb2;
/* SwiftUI */
Color(red: 0.788, green: 0.686, blue: 0.698)
/* Android */
Color.parseColor("#c9afb2")Accessibility — WCAG contrast
Aa
#c9afb2 on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9afb2 on black: 10.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green68.6%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta12.9%
Yellow11.4%
Key (black)21.2%
Color previews
#c9afb2 text on a black background
contrast 10.26:1
Card sample
#c9afb2 text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9afb2;
Background color
Panel with #c9afb2 background
background-color: #c9afb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9afb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 175, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 175, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9afb2; background: linear-gradient(135deg, #c9afb2, #C9BDAF);