#c2afb3
a light, muted red · warm · closest name: silver
RGB
194, 175, 179
HSL
347°, 14%, 72%
CMYK
0, 10, 8, 24
Luminance
0.4538
Every format
| HEX | #c2afb3 |
| RGB | rgb(194, 175, 179) |
| HSL | hsl(347, 14%, 72%) |
| CMYK | cmyk(0%, 10%, 8%, 24%) |
| LAB | lab(73.1 7.5 0.4) |
| LCH | lch(73.1 7.5 3.4) |
| OKLCH | oklch(0.771 0.022 3.3) |
Copy-ready code
/* CSS */
color: #c2afb3;
background-color: #c2afb3;
/* Tailwind (arbitrary) */
class="text-[#c2afb3] bg-[#c2afb3]"
/* SCSS */
$brand: #c2afb3;
/* SwiftUI */
Color(red: 0.761, green: 0.686, blue: 0.702)
/* Android */
Color.parseColor("#c2afb3")Accessibility — WCAG contrast
Aa
#c2afb3 on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2afb3 on black: 10.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green68.6%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta9.8%
Yellow7.7%
Key (black)23.9%
Color previews
#c2afb3 text on a black background
contrast 10.08:1
Card sample
#c2afb3 text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2afb3;
Background color
Panel with #c2afb3 background
background-color: #c2afb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2afb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 175, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 175, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2afb3; background: linear-gradient(135deg, #c2afb3, #C2B8AF);