#c2bfba
a light, muted gray · warm · closest name: silver
RGB
194, 191, 186
HSL
38°, 6%, 75%
CMYK
0, 2, 4, 24
Luminance
0.5228
Every format
| HEX | #c2bfba |
| RGB | rgb(194, 191, 186) |
| HSL | hsl(38, 6%, 75%) |
| CMYK | cmyk(0%, 2%, 4%, 24%) |
| LAB | lab(77.5 0.1 2.9) |
| LCH | lch(77.5 2.9 87.2) |
| OKLCH | oklch(0.806 0.008 80.7) |
Copy-ready code
/* CSS */
color: #c2bfba;
background-color: #c2bfba;
/* Tailwind (arbitrary) */
class="text-[#c2bfba] bg-[#c2bfba]"
/* SCSS */
$brand: #c2bfba;
/* SwiftUI */
Color(red: 0.761, green: 0.749, blue: 0.729)
/* Android */
Color.parseColor("#c2bfba")Accessibility — WCAG contrast
Aa
#c2bfba on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2bfba on black: 11.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green74.9%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta1.5%
Yellow4.1%
Key (black)23.9%
Color previews
#c2bfba text on a black background
contrast 11.46:1
Card sample
#c2bfba text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2bfba;
Background color
Panel with #c2bfba background
background-color: #c2bfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2bfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 191, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 191, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2bfba; background: linear-gradient(135deg, #c2bfba, #C0C2BA);