#c2b3ba
a light, muted magenta / pink · warm · closest name: silver
RGB
194, 179, 186
HSL
332°, 11%, 73%
CMYK
0, 8, 4, 24
Luminance
0.4725
Every format
| HEX | #c2b3ba |
| RGB | rgb(194, 179, 186) |
| HSL | hsl(332, 11%, 73%) |
| CMYK | cmyk(0%, 8%, 4%, 24%) |
| LAB | lab(74.3 6.6 -1.6) |
| LCH | lch(74.3 6.8 346.2) |
| OKLCH | oklch(0.781 0.020 347.6) |
Copy-ready code
/* CSS */
color: #c2b3ba;
background-color: #c2b3ba;
/* Tailwind (arbitrary) */
class="text-[#c2b3ba] bg-[#c2b3ba]"
/* SCSS */
$brand: #c2b3ba;
/* SwiftUI */
Color(red: 0.761, green: 0.702, blue: 0.729)
/* Android */
Color.parseColor("#c2b3ba")Accessibility — WCAG contrast
Aa
#c2b3ba on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2b3ba on black: 10.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green70.2%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta7.7%
Yellow4.1%
Key (black)23.9%
Color previews
#c2b3ba text on a black background
contrast 10.45:1
Card sample
#c2b3ba text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2b3ba;
Background color
Panel with #c2b3ba background
background-color: #c2b3ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2b3ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 179, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 179, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2b3ba; background: linear-gradient(135deg, #c2b3ba, #C2B6B3);