#c8afba
a light, soft magenta / pink · warm · closest name: silver
RGB
200, 175, 186
HSL
334°, 19%, 74%
CMYK
0, 13, 7, 22
Luminance
0.4648
Every format
| HEX | #c8afba |
| RGB | rgb(200, 175, 186) |
| HSL | hsl(334, 19%, 74%) |
| CMYK | cmyk(0%, 13%, 7%, 22%) |
| LAB | lab(73.9 10.9 -2.3) |
| LCH | lch(73.9 11.1 348.1) |
| OKLCH | oklch(0.779 0.032 349.5) |
Copy-ready code
/* CSS */
color: #c8afba;
background-color: #c8afba;
/* Tailwind (arbitrary) */
class="text-[#c8afba] bg-[#c8afba]"
/* SCSS */
$brand: #c8afba;
/* SwiftUI */
Color(red: 0.784, green: 0.686, blue: 0.729)
/* Android */
Color.parseColor("#c8afba")Accessibility — WCAG contrast
Aa
#c8afba on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8afba on black: 10.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green68.6%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta12.5%
Yellow7.0%
Key (black)21.6%
Color previews
#c8afba text on a black background
contrast 10.30:1
Card sample
#c8afba text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8afba;
Background color
Panel with #c8afba background
background-color: #c8afba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8afba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 175, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 175, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8afba; background: linear-gradient(135deg, #c8afba, #C8B5AF);