#ccb2ac
a light, soft red · warm · closest name: silver
RGB
204, 178, 172
HSL
11°, 24%, 74%
CMYK
0, 13, 16, 20
Luminance
0.4766
Every format
| HEX | #ccb2ac |
| RGB | rgb(204, 178, 172) |
| HSL | hsl(11, 24%, 74%) |
| CMYK | cmyk(0%, 13%, 16%, 20%) |
| LAB | lab(74.6 8.4 6.5) |
| LCH | lch(74.6 10.6 37.9) |
| OKLCH | oklch(0.784 0.031 33.1) |
Copy-ready code
/* CSS */
color: #ccb2ac;
background-color: #ccb2ac;
/* Tailwind (arbitrary) */
class="text-[#ccb2ac] bg-[#ccb2ac]"
/* SCSS */
$brand: #ccb2ac;
/* SwiftUI */
Color(red: 0.800, green: 0.698, blue: 0.675)
/* Android */
Color.parseColor("#ccb2ac")Accessibility — WCAG contrast
Aa
#ccb2ac on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccb2ac on black: 10.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green69.8%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta12.7%
Yellow15.7%
Key (black)20.0%
Color previews
#ccb2ac text on a black background
contrast 10.53:1
Card sample
#ccb2ac text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccb2ac;
Background color
Panel with #ccb2ac background
background-color: #ccb2ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccb2ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 178, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 178, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccb2ac; background: linear-gradient(135deg, #ccb2ac, #CCC7AC);