#c0bfac
a light, muted yellow · cool · closest name: silver
RGB
192, 191, 172
HSL
57°, 14%, 71%
CMYK
0, 1, 10, 25
Luminance
0.5145
Every format
| HEX | #c0bfac |
| RGB | rgb(192, 191, 172) |
| HSL | hsl(57, 14%, 71%) |
| CMYK | cmyk(0%, 1%, 10%, 25%) |
| LAB | lab(77.0 -3.0 9.7) |
| LCH | lch(77.0 10.2 107.0) |
| OKLCH | oklch(0.800 0.026 104.5) |
Copy-ready code
/* CSS */
color: #c0bfac;
background-color: #c0bfac;
/* Tailwind (arbitrary) */
class="text-[#c0bfac] bg-[#c0bfac]"
/* SCSS */
$brand: #c0bfac;
/* SwiftUI */
Color(red: 0.753, green: 0.749, blue: 0.675)
/* Android */
Color.parseColor("#c0bfac")Accessibility — WCAG contrast
Aa
#c0bfac on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0bfac on black: 11.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green74.9%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta0.5%
Yellow10.4%
Key (black)24.7%
Color previews
#c0bfac text on a black background
contrast 11.29:1
Card sample
#c0bfac text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0bfac;
Background color
Panel with #c0bfac background
background-color: #c0bfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0bfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 191, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 191, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0bfac; background: linear-gradient(135deg, #c0bfac, #B4C0AC);