#c8b2ab
a light, soft red · warm · closest name: silver
RGB
200, 178, 171
HSL
15°, 21%, 73%
CMYK
0, 11, 15, 22
Luminance
0.4706
Every format
| HEX | #c8b2ab |
| RGB | rgb(200, 178, 171) |
| HSL | hsl(15, 21%, 73%) |
| CMYK | cmyk(0%, 11%, 15%, 22%) |
| LAB | lab(74.2 6.7 6.5) |
| LCH | lch(74.2 9.3 43.9) |
| OKLCH | oklch(0.780 0.027 38.4) |
Copy-ready code
/* CSS */
color: #c8b2ab;
background-color: #c8b2ab;
/* Tailwind (arbitrary) */
class="text-[#c8b2ab] bg-[#c8b2ab]"
/* SCSS */
$brand: #c8b2ab;
/* SwiftUI */
Color(red: 0.784, green: 0.698, blue: 0.671)
/* Android */
Color.parseColor("#c8b2ab")Accessibility — WCAG contrast
Aa
#c8b2ab on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8b2ab on black: 10.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green69.8%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta11.0%
Yellow14.5%
Key (black)21.6%
Color previews
#c8b2ab text on a black background
contrast 10.41:1
Card sample
#c8b2ab text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8b2ab;
Background color
Panel with #c8b2ab background
background-color: #c8b2ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8b2ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 178, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 178, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8b2ab; background: linear-gradient(135deg, #c8b2ab, #C8C5AB);