#cbacab
a light, soft red · warm · closest name: silver
RGB
203, 172, 171
HSL
2°, 24%, 73%
CMYK
0, 15, 16, 20
Luminance
0.4514
Every format
| HEX | #cbacab |
| RGB | rgb(203, 172, 171) |
| HSL | hsl(2, 24%, 73%) |
| CMYK | cmyk(0%, 15%, 16%, 20%) |
| LAB | lab(73.0 11.1 4.7) |
| LCH | lch(73.0 12.0 23.0) |
| OKLCH | oklch(0.771 0.036 20.2) |
Copy-ready code
/* CSS */
color: #cbacab;
background-color: #cbacab;
/* Tailwind (arbitrary) */
class="text-[#cbacab] bg-[#cbacab]"
/* SCSS */
$brand: #cbacab;
/* SwiftUI */
Color(red: 0.796, green: 0.675, blue: 0.671)
/* Android */
Color.parseColor("#cbacab")Accessibility — WCAG contrast
Aa
#cbacab on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbacab on black: 10.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green67.5%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta15.3%
Yellow15.8%
Key (black)20.4%
Color previews
#cbacab text on a black background
contrast 10.03:1
Card sample
#cbacab text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbacab;
Background color
Panel with #cbacab background
background-color: #cbacab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbacab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 172, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 172, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbacab; background: linear-gradient(135deg, #cbacab, #CBC1AB);