#c2b8b8
a light, muted gray · warm · closest name: silver
RGB
194, 184, 184
HSL
0°, 8%, 74%
CMYK
0, 5, 5, 24
Luminance
0.4921
Every format
| HEX | #c2b8b8 |
| RGB | rgb(194, 184, 184) |
| HSL | hsl(0, 8%, 74%) |
| CMYK | cmyk(0%, 5%, 5%, 24%) |
| LAB | lab(75.6 3.5 1.3) |
| LCH | lch(75.6 3.8 19.6) |
| OKLCH | oklch(0.791 0.011 17.4) |
Copy-ready code
/* CSS */
color: #c2b8b8;
background-color: #c2b8b8;
/* Tailwind (arbitrary) */
class="text-[#c2b8b8] bg-[#c2b8b8]"
/* SCSS */
$brand: #c2b8b8;
/* SwiftUI */
Color(red: 0.761, green: 0.722, blue: 0.722)
/* Android */
Color.parseColor("#c2b8b8")Accessibility — WCAG contrast
Aa
#c2b8b8 on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2b8b8 on black: 10.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green72.2%
Blue72.2%
CMYK percentages
Cyan0.0%
Magenta5.2%
Yellow5.2%
Key (black)23.9%
Color previews
#c2b8b8 text on a black background
contrast 10.84:1
Card sample
#c2b8b8 text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2b8b8;
Background color
Panel with #c2b8b8 background
background-color: #c2b8b8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2b8b8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 184, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 184, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2b8b8; background: linear-gradient(135deg, #c2b8b8, #C2BFB8);