#ccb2bf
a light, soft magenta / pink · warm · closest name: silver
RGB
204, 178, 191
HSL
330°, 20%, 75%
CMYK
0, 13, 6, 20
Luminance
0.4844
Every format
| HEX | #ccb2bf |
| RGB | rgb(204, 178, 191) |
| HSL | hsl(330, 20%, 75%) |
| CMYK | cmyk(0%, 13%, 6%, 20%) |
| LAB | lab(75.1 11.6 -3.1) |
| LCH | lch(75.1 12.0 344.7) |
| OKLCH | oklch(0.790 0.035 346.3) |
Copy-ready code
/* CSS */
color: #ccb2bf;
background-color: #ccb2bf;
/* Tailwind (arbitrary) */
class="text-[#ccb2bf] bg-[#ccb2bf]"
/* SCSS */
$brand: #ccb2bf;
/* SwiftUI */
Color(red: 0.800, green: 0.698, blue: 0.749)
/* Android */
Color.parseColor("#ccb2bf")Accessibility — WCAG contrast
Aa
#ccb2bf on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccb2bf on black: 10.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green69.8%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta12.7%
Yellow6.4%
Key (black)20.0%
Color previews
#ccb2bf text on a black background
contrast 10.69:1
Card sample
#ccb2bf text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccb2bf;
Background color
Panel with #ccb2bf background
background-color: #ccb2bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccb2bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 178, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 178, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccb2bf; background: linear-gradient(135deg, #ccb2bf, #CCB6B2);