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