#c2bac3
a light, muted gray · warm · closest name: silver
RGB
194, 186, 195
HSL
293°, 7%, 75%
CMYK
1, 5, 0, 24
Luminance
0.5053
Every format
| HEX | #c2bac3 |
| RGB | rgb(194, 186, 195) |
| HSL | hsl(293, 7%, 75%) |
| CMYK | cmyk(1%, 5%, 0%, 24%) |
| LAB | lab(76.4 4.5 -3.5) |
| LCH | lch(76.4 5.7 321.6) |
| OKLCH | oklch(0.798 0.015 322.4) |
Copy-ready code
/* CSS */
color: #c2bac3;
background-color: #c2bac3;
/* Tailwind (arbitrary) */
class="text-[#c2bac3] bg-[#c2bac3]"
/* SCSS */
$brand: #c2bac3;
/* SwiftUI */
Color(red: 0.761, green: 0.729, blue: 0.765)
/* Android */
Color.parseColor("#c2bac3")Accessibility — WCAG contrast
Aa
#c2bac3 on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2bac3 on black: 11.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green72.9%
Blue76.5%
CMYK percentages
Cyan0.5%
Magenta4.6%
Yellow0.0%
Key (black)23.5%
Color previews
#c2bac3 text on a black background
contrast 11.11:1
Card sample
#c2bac3 text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2bac3;
Background color
Panel with #c2bac3 background
background-color: #c2bac3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2bac3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 186, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 186, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2bac3; background: linear-gradient(135deg, #c2bac3, #C3BABE);