#c8a7ae
a light, soft red · warm · closest name: silver
RGB
200, 167, 174
HSL
347°, 23%, 72%
CMYK
0, 17, 13, 22
Luminance
0.4297
Every format
| HEX | #c8a7ae |
| RGB | rgb(200, 167, 174) |
| HSL | hsl(347, 23%, 72%) |
| CMYK | cmyk(0%, 17%, 13%, 22%) |
| LAB | lab(71.5 13.2 0.9) |
| LCH | lch(71.5 13.2 3.9) |
| OKLCH | oklch(0.760 0.040 3.8) |
Copy-ready code
/* CSS */
color: #c8a7ae;
background-color: #c8a7ae;
/* Tailwind (arbitrary) */
class="text-[#c8a7ae] bg-[#c8a7ae]"
/* SCSS */
$brand: #c8a7ae;
/* SwiftUI */
Color(red: 0.784, green: 0.655, blue: 0.682)
/* Android */
Color.parseColor("#c8a7ae")Accessibility — WCAG contrast
Aa
#c8a7ae on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8a7ae on black: 9.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green65.5%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta16.5%
Yellow13.0%
Key (black)21.6%
Color previews
#c8a7ae text on a black background
contrast 9.59:1
Card sample
#c8a7ae text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8a7ae;
Background color
Panel with #c8a7ae background
background-color: #c8a7ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8a7ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 167, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 167, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8a7ae; background: linear-gradient(135deg, #c8a7ae, #C8B6A7);