#ccbac2
a light, soft magenta / pink · warm · closest name: silver
RGB
204, 186, 194
HSL
333°, 15%, 77%
CMYK
0, 9, 5, 20
Luminance
0.5185
Every format
| HEX | #ccbac2 |
| RGB | rgb(204, 186, 194) |
| HSL | hsl(333, 15%, 77%) |
| CMYK | cmyk(0%, 9%, 5%, 20%) |
| LAB | lab(77.2 7.8 -1.7) |
| LCH | lch(77.2 8.0 347.5) |
| OKLCH | oklch(0.806 0.023 348.9) |
Copy-ready code
/* CSS */
color: #ccbac2;
background-color: #ccbac2;
/* Tailwind (arbitrary) */
class="text-[#ccbac2] bg-[#ccbac2]"
/* SCSS */
$brand: #ccbac2;
/* SwiftUI */
Color(red: 0.800, green: 0.729, blue: 0.761)
/* Android */
Color.parseColor("#ccbac2")Accessibility — WCAG contrast
Aa
#ccbac2 on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccbac2 on black: 11.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green72.9%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta8.8%
Yellow4.9%
Key (black)20.0%
Color previews
#ccbac2 text on a black background
contrast 11.37:1
Card sample
#ccbac2 text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccbac2;
Background color
Panel with #ccbac2 background
background-color: #ccbac2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccbac2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 186, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 186, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccbac2; background: linear-gradient(135deg, #ccbac2, #CCBEBA);