#c5afb2
a light, soft red · warm · closest name: silver
RGB
197, 175, 178
HSL
352°, 16%, 73%
CMYK
0, 11, 10, 23
Luminance
0.4574
Every format
| HEX | #c5afb2 |
| RGB | rgb(197, 175, 178) |
| HSL | hsl(352, 16%, 73%) |
| CMYK | cmyk(0%, 11%, 10%, 23%) |
| LAB | lab(73.4 8.4 1.4) |
| LCH | lch(73.4 8.5 9.3) |
| OKLCH | oklch(0.774 0.026 8.4) |
Copy-ready code
/* CSS */
color: #c5afb2;
background-color: #c5afb2;
/* Tailwind (arbitrary) */
class="text-[#c5afb2] bg-[#c5afb2]"
/* SCSS */
$brand: #c5afb2;
/* SwiftUI */
Color(red: 0.773, green: 0.686, blue: 0.698)
/* Android */
Color.parseColor("#c5afb2")Accessibility — WCAG contrast
Aa
#c5afb2 on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5afb2 on black: 10.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green68.6%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta11.2%
Yellow9.6%
Key (black)22.7%
Color previews
#c5afb2 text on a black background
contrast 10.15:1
Card sample
#c5afb2 text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5afb2;
Background color
Panel with #c5afb2 background
background-color: #c5afb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5afb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 175, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 175, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5afb2; background: linear-gradient(135deg, #c5afb2, #C5BBAF);