#ccbace
a light, soft magenta / pink · warm · closest name: silver
RGB
204, 186, 206
HSL
294°, 17%, 77%
CMYK
1, 10, 0, 19
Luminance
0.5241
Every format
| HEX | #ccbace |
| RGB | rgb(204, 186, 206) |
| HSL | hsl(294, 17%, 77%) |
| CMYK | cmyk(1%, 10%, 0%, 19%) |
| LAB | lab(77.5 10.0 -7.7) |
| LCH | lch(77.5 12.6 322.2) |
| OKLCH | oklch(0.810 0.034 322.8) |
Copy-ready code
/* CSS */
color: #ccbace;
background-color: #ccbace;
/* Tailwind (arbitrary) */
class="text-[#ccbace] bg-[#ccbace]"
/* SCSS */
$brand: #ccbace;
/* SwiftUI */
Color(red: 0.800, green: 0.729, blue: 0.808)
/* Android */
Color.parseColor("#ccbace")Accessibility — WCAG contrast
Aa
#ccbace on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccbace on black: 11.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green72.9%
Blue80.8%
CMYK percentages
Cyan1.0%
Magenta9.7%
Yellow0.0%
Key (black)19.2%
Color previews
#ccbace text on a black background
contrast 11.48:1
Card sample
#ccbace text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccbace;
Background color
Panel with #ccbace background
background-color: #ccbace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccbace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 186, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 186, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccbace; background: linear-gradient(135deg, #ccbace, #CEBAC3);