#c0afac
a light, muted red · warm · closest name: silver
RGB
192, 175, 172
HSL
9°, 14%, 71%
CMYK
0, 9, 10, 25
Luminance
0.4484
Every format
| HEX | #c0afac |
| RGB | rgb(192, 175, 172) |
| HSL | hsl(9, 14%, 71%) |
| CMYK | cmyk(0%, 9%, 10%, 25%) |
| LAB | lab(72.8 5.6 3.7) |
| LCH | lch(72.8 6.7 33.9) |
| OKLCH | oklch(0.767 0.020 29.6) |
Copy-ready code
/* CSS */
color: #c0afac;
background-color: #c0afac;
/* Tailwind (arbitrary) */
class="text-[#c0afac] bg-[#c0afac]"
/* SCSS */
$brand: #c0afac;
/* SwiftUI */
Color(red: 0.753, green: 0.686, blue: 0.675)
/* Android */
Color.parseColor("#c0afac")Accessibility — WCAG contrast
Aa
#c0afac on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0afac on black: 9.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green68.6%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta8.9%
Yellow10.4%
Key (black)24.7%
Color previews
#c0afac text on a black background
contrast 9.97:1
Card sample
#c0afac text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0afac;
Background color
Panel with #c0afac background
background-color: #c0afac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0afac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 175, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 175, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0afac; background: linear-gradient(135deg, #c0afac, #C0BCAC);