#ccb2ce
a light, soft magenta / pink · warm · closest name: silver
RGB
204, 178, 206
HSL
296°, 22%, 75%
CMYK
1, 14, 0, 19
Luminance
0.4913
Every format
| HEX | #ccb2ce |
| RGB | rgb(204, 178, 206) |
| HSL | hsl(296, 22%, 75%) |
| CMYK | cmyk(1%, 14%, 0%, 19%) |
| LAB | lab(75.5 14.3 -10.7) |
| LCH | lch(75.5 17.9 323.2) |
| OKLCH | oklch(0.795 0.048 323.8) |
Copy-ready code
/* CSS */
color: #ccb2ce;
background-color: #ccb2ce;
/* Tailwind (arbitrary) */
class="text-[#ccb2ce] bg-[#ccb2ce]"
/* SCSS */
$brand: #ccb2ce;
/* SwiftUI */
Color(red: 0.800, green: 0.698, blue: 0.808)
/* Android */
Color.parseColor("#ccb2ce")Accessibility — WCAG contrast
Aa
#ccb2ce on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccb2ce on black: 10.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green69.8%
Blue80.8%
CMYK percentages
Cyan1.0%
Magenta13.6%
Yellow0.0%
Key (black)19.2%
Color previews
#ccb2ce text on a black background
contrast 10.83:1
Card sample
#ccb2ce text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccb2ce;
Background color
Panel with #ccb2ce background
background-color: #ccb2ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccb2ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 178, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 178, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccb2ce; background: linear-gradient(135deg, #ccb2ce, #CEB2BD);