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