#c0b8b0
a light, muted orange · warm · closest name: silver
RGB
192, 184, 176
HSL
30°, 11%, 72%
CMYK
0, 4, 8, 25
Luminance
0.4862
Every format
| HEX | #c0b8b0 |
| RGB | rgb(192, 184, 176) |
| HSL | hsl(30, 11%, 72%) |
| CMYK | cmyk(0%, 4%, 8%, 25%) |
| LAB | lab(75.2 1.4 5.1) |
| LCH | lch(75.2 5.3 74.4) |
| OKLCH | oklch(0.787 0.014 67.6) |
Copy-ready code
/* CSS */
color: #c0b8b0;
background-color: #c0b8b0;
/* Tailwind (arbitrary) */
class="text-[#c0b8b0] bg-[#c0b8b0]"
/* SCSS */
$brand: #c0b8b0;
/* SwiftUI */
Color(red: 0.753, green: 0.722, blue: 0.690)
/* Android */
Color.parseColor("#c0b8b0")Accessibility — WCAG contrast
Aa
#c0b8b0 on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0b8b0 on black: 10.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green72.2%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta4.2%
Yellow8.3%
Key (black)24.7%
Color previews
#c0b8b0 text on a black background
contrast 10.72:1
Card sample
#c0b8b0 text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0b8b0;
Background color
Panel with #c0b8b0 background
background-color: #c0b8b0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0b8b0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 184, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 184, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0b8b0; background: linear-gradient(135deg, #c0b8b0, #BDC0B0);