#ccb2bc
a light, soft magenta / pink · warm · closest name: silver
RGB
204, 178, 188
HSL
337°, 20%, 75%
CMYK
0, 13, 8, 20
Luminance
0.4831
Every format
| HEX | #ccb2bc |
| RGB | rgb(204, 178, 188) |
| HSL | hsl(337, 20%, 75%) |
| CMYK | cmyk(0%, 13%, 8%, 20%) |
| LAB | lab(75.0 11.0 -1.6) |
| LCH | lch(75.0 11.2 351.5) |
| OKLCH | oklch(0.789 0.033 352.7) |
Copy-ready code
/* CSS */
color: #ccb2bc;
background-color: #ccb2bc;
/* Tailwind (arbitrary) */
class="text-[#ccb2bc] bg-[#ccb2bc]"
/* SCSS */
$brand: #ccb2bc;
/* SwiftUI */
Color(red: 0.800, green: 0.698, blue: 0.737)
/* Android */
Color.parseColor("#ccb2bc")Accessibility — WCAG contrast
Aa
#ccb2bc on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccb2bc on black: 10.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green69.8%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta12.7%
Yellow7.8%
Key (black)20.0%
Color previews
#ccb2bc text on a black background
contrast 10.66:1
Card sample
#ccb2bc text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccb2bc;
Background color
Panel with #ccb2bc background
background-color: #ccb2bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccb2bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 178, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 178, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccb2bc; background: linear-gradient(135deg, #ccb2bc, #CCB9B2);