#cbbabf
a light, muted magenta / pink · warm · closest name: silver
RGB
203, 186, 191
HSL
342°, 14%, 76%
CMYK
0, 8, 6, 20
Luminance
0.5158
Every format
| HEX | #cbbabf |
| RGB | rgb(203, 186, 191) |
| HSL | hsl(342, 14%, 76%) |
| CMYK | cmyk(0%, 8%, 6%, 20%) |
| LAB | lab(77.0 6.9 -0.3) |
| LCH | lch(77.0 6.9 357.2) |
| OKLCH | oklch(0.805 0.020 357.7) |
Copy-ready code
/* CSS */
color: #cbbabf;
background-color: #cbbabf;
/* Tailwind (arbitrary) */
class="text-[#cbbabf] bg-[#cbbabf]"
/* SCSS */
$brand: #cbbabf;
/* SwiftUI */
Color(red: 0.796, green: 0.729, blue: 0.749)
/* Android */
Color.parseColor("#cbbabf")Accessibility — WCAG contrast
Aa
#cbbabf on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbbabf on black: 11.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green72.9%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta8.4%
Yellow5.9%
Key (black)20.4%
Color previews
#cbbabf text on a black background
contrast 11.32:1
Card sample
#cbbabf text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbbabf;
Background color
Panel with #cbbabf background
background-color: #cbbabf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbbabf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 186, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 186, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbbabf; background: linear-gradient(135deg, #cbbabf, #CBC0BA);