#c2bbc2
a light, muted gray · warm · closest name: silver
RGB
194, 187, 194
HSL
300°, 5%, 75%
CMYK
0, 4, 0, 24
Luminance
0.5091
Every format
| HEX | #c2bbc2 |
| RGB | rgb(194, 187, 194) |
| HSL | hsl(300, 5%, 75%) |
| CMYK | cmyk(0%, 4%, 0%, 24%) |
| LAB | lab(76.6 3.7 -2.6) |
| LCH | lch(76.6 4.6 324.6) |
| OKLCH | oklch(0.800 0.012 325.7) |
Copy-ready code
/* CSS */
color: #c2bbc2;
background-color: #c2bbc2;
/* Tailwind (arbitrary) */
class="text-[#c2bbc2] bg-[#c2bbc2]"
/* SCSS */
$brand: #c2bbc2;
/* SwiftUI */
Color(red: 0.761, green: 0.733, blue: 0.761)
/* Android */
Color.parseColor("#c2bbc2")Accessibility — WCAG contrast
Aa
#c2bbc2 on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2bbc2 on black: 11.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green73.3%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta3.6%
Yellow0.0%
Key (black)23.9%
Color previews
#c2bbc2 text on a black background
contrast 11.18:1
Card sample
#c2bbc2 text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2bbc2;
Background color
Panel with #c2bbc2 background
background-color: #c2bbc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2bbc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 187, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 187, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2bbc2; background: linear-gradient(135deg, #c2bbc2, #C2BBBD);