#ccb2cf
a light, soft magenta / pink · warm · closest name: silver
RGB
204, 178, 207
HSL
294°, 23%, 76%
CMYK
1, 14, 0, 19
Luminance
0.4918
Every format
| HEX | #ccb2cf |
| RGB | rgb(204, 178, 207) |
| HSL | hsl(294, 23%, 76%) |
| CMYK | cmyk(1%, 14%, 0%, 19%) |
| LAB | lab(75.6 14.5 -11.2) |
| LCH | lch(75.6 18.3 322.3) |
| OKLCH | oklch(0.795 0.049 322.8) |
Copy-ready code
/* CSS */
color: #ccb2cf;
background-color: #ccb2cf;
/* Tailwind (arbitrary) */
class="text-[#ccb2cf] bg-[#ccb2cf]"
/* SCSS */
$brand: #ccb2cf;
/* SwiftUI */
Color(red: 0.800, green: 0.698, blue: 0.812)
/* Android */
Color.parseColor("#ccb2cf")Accessibility — WCAG contrast
Aa
#ccb2cf on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccb2cf on black: 10.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green69.8%
Blue81.2%
CMYK percentages
Cyan1.4%
Magenta14.0%
Yellow0.0%
Key (black)18.8%
Color previews
#ccb2cf text on a black background
contrast 10.84:1
Card sample
#ccb2cf text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccb2cf;
Background color
Panel with #ccb2cf background
background-color: #ccb2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccb2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 178, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 178, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccb2cf; background: linear-gradient(135deg, #ccb2cf, #CFB2BF);