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