#c0bcaf
a light, muted yellow · cool · closest name: silver
RGB
192, 188, 175
HSL
46°, 12%, 72%
CMYK
0, 2, 9, 25
Luminance
0.5027
Every format
| HEX | #c0bcaf |
| RGB | rgb(192, 188, 175) |
| HSL | hsl(46, 12%, 72%) |
| CMYK | cmyk(0%, 2%, 9%, 25%) |
| LAB | lab(76.2 -0.9 7.1) |
| LCH | lch(76.2 7.1 97.2) |
| OKLCH | oklch(0.795 0.018 92.7) |
Copy-ready code
/* CSS */
color: #c0bcaf;
background-color: #c0bcaf;
/* Tailwind (arbitrary) */
class="text-[#c0bcaf] bg-[#c0bcaf]"
/* SCSS */
$brand: #c0bcaf;
/* SwiftUI */
Color(red: 0.753, green: 0.737, blue: 0.686)
/* Android */
Color.parseColor("#c0bcaf")Accessibility — WCAG contrast
Aa
#c0bcaf on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0bcaf on black: 11.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green73.7%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta2.1%
Yellow8.9%
Key (black)24.7%
Color previews
#c0bcaf text on a black background
contrast 11.05:1
Card sample
#c0bcaf text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0bcaf;
Background color
Panel with #c0bcaf background
background-color: #c0bcaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0bcaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 188, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 188, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0bcaf; background: linear-gradient(135deg, #c0bcaf, #B9C0AF);