#c8afb2
a light, soft red · warm · closest name: silver
RGB
200, 175, 178
HSL
353°, 19%, 74%
CMYK
0, 13, 11, 22
Luminance
0.4615
Every format
| HEX | #c8afb2 |
| RGB | rgb(200, 175, 178) |
| HSL | hsl(353, 19%, 74%) |
| CMYK | cmyk(0%, 13%, 11%, 22%) |
| LAB | lab(73.7 9.5 1.8) |
| LCH | lch(73.7 9.7 10.6) |
| OKLCH | oklch(0.776 0.029 9.6) |
Copy-ready code
/* CSS */
color: #c8afb2;
background-color: #c8afb2;
/* Tailwind (arbitrary) */
class="text-[#c8afb2] bg-[#c8afb2]"
/* SCSS */
$brand: #c8afb2;
/* SwiftUI */
Color(red: 0.784, green: 0.686, blue: 0.698)
/* Android */
Color.parseColor("#c8afb2")Accessibility — WCAG contrast
Aa
#c8afb2 on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8afb2 on black: 10.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green68.6%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta12.5%
Yellow11.0%
Key (black)21.6%
Color previews
#c8afb2 text on a black background
contrast 10.23:1
Card sample
#c8afb2 text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8afb2;
Background color
Panel with #c8afb2 background
background-color: #c8afb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8afb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 175, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 175, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8afb2; background: linear-gradient(135deg, #c8afb2, #C8BDAF);