#ccabac
a light, soft red · warm · closest name: silver
RGB
204, 171, 172
HSL
358°, 24%, 74%
CMYK
0, 16, 16, 20
Luminance
0.4494
Every format
| HEX | #ccabac |
| RGB | rgb(204, 171, 172) |
| HSL | hsl(358, 24%, 74%) |
| CMYK | cmyk(0%, 16%, 16%, 20%) |
| LAB | lab(72.8 12.1 4.0) |
| LCH | lch(72.8 12.8 18.1) |
| OKLCH | oklch(0.771 0.039 16.0) |
Copy-ready code
/* CSS */
color: #ccabac;
background-color: #ccabac;
/* Tailwind (arbitrary) */
class="text-[#ccabac] bg-[#ccabac]"
/* SCSS */
$brand: #ccabac;
/* SwiftUI */
Color(red: 0.800, green: 0.671, blue: 0.675)
/* Android */
Color.parseColor("#ccabac")Accessibility — WCAG contrast
Aa
#ccabac on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccabac on black: 9.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green67.1%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta16.2%
Yellow15.7%
Key (black)20.0%
Color previews
#ccabac text on a black background
contrast 9.99:1
Card sample
#ccabac text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccabac;
Background color
Panel with #ccabac background
background-color: #ccabac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccabac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 171, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 171, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccabac; background: linear-gradient(135deg, #ccabac, #CCC0AB);