#cbbcba
a light, muted red · warm · closest name: silver
RGB
203, 188, 186
HSL
7°, 14%, 76%
CMYK
0, 7, 8, 20
Luminance
0.5221
Every format
| HEX | #cbbcba |
| RGB | rgb(203, 188, 186) |
| HSL | hsl(7, 14%, 76%) |
| CMYK | cmyk(0%, 7%, 8%, 20%) |
| LAB | lab(77.4 4.9 2.9) |
| LCH | lch(77.4 5.7 30.6) |
| OKLCH | oklch(0.807 0.017 26.7) |
Copy-ready code
/* CSS */
color: #cbbcba;
background-color: #cbbcba;
/* Tailwind (arbitrary) */
class="text-[#cbbcba] bg-[#cbbcba]"
/* SCSS */
$brand: #cbbcba;
/* SwiftUI */
Color(red: 0.796, green: 0.737, blue: 0.729)
/* Android */
Color.parseColor("#cbbcba")Accessibility — WCAG contrast
Aa
#cbbcba on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbbcba on black: 11.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green73.7%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta7.4%
Yellow8.4%
Key (black)20.4%
Color previews
#cbbcba text on a black background
contrast 11.44:1
Card sample
#cbbcba text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbbcba;
Background color
Panel with #cbbcba background
background-color: #cbbcba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbbcba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 188, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 188, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbbcba; background: linear-gradient(135deg, #cbbcba, #CBC7BA);