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