#c2b3b3
a light, muted red · warm · closest name: silver
RGB
194, 179, 179
HSL
0°, 11%, 73%
CMYK
0, 8, 8, 24
Luminance
0.4696
Every format
| HEX | #c2b3b3 |
| RGB | rgb(194, 179, 179) |
| HSL | hsl(0, 11%, 73%) |
| CMYK | cmyk(0%, 8%, 8%, 24%) |
| LAB | lab(74.2 5.3 1.9) |
| LCH | lch(74.2 5.7 19.9) |
| OKLCH | oklch(0.779 0.017 17.5) |
Copy-ready code
/* CSS */
color: #c2b3b3;
background-color: #c2b3b3;
/* Tailwind (arbitrary) */
class="text-[#c2b3b3] bg-[#c2b3b3]"
/* SCSS */
$brand: #c2b3b3;
/* SwiftUI */
Color(red: 0.761, green: 0.702, blue: 0.702)
/* Android */
Color.parseColor("#c2b3b3")Accessibility — WCAG contrast
Aa
#c2b3b3 on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2b3b3 on black: 10.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green70.2%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta7.7%
Yellow7.7%
Key (black)23.9%
Color previews
#c2b3b3 text on a black background
contrast 10.39:1
Card sample
#c2b3b3 text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2b3b3;
Background color
Panel with #c2b3b3 background
background-color: #c2b3b3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2b3b3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 179, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 179, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2b3b3; background: linear-gradient(135deg, #c2b3b3, #C2BDB3);