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