#ccbbca
a light, muted magenta / pink · warm · closest name: silver
RGB
204, 187, 202
HSL
307°, 14%, 77%
CMYK
0, 8, 1, 20
Luminance
0.5264
Every format
| HEX | #ccbbca |
| RGB | rgb(204, 187, 202) |
| HSL | hsl(307, 14%, 77%) |
| CMYK | cmyk(0%, 8%, 1%, 20%) |
| LAB | lab(77.7 8.7 -5.4) |
| LCH | lch(77.7 10.2 328.3) |
| OKLCH | oklch(0.811 0.028 329.6) |
Copy-ready code
/* CSS */
color: #ccbbca;
background-color: #ccbbca;
/* Tailwind (arbitrary) */
class="text-[#ccbbca] bg-[#ccbbca]"
/* SCSS */
$brand: #ccbbca;
/* SwiftUI */
Color(red: 0.800, green: 0.733, blue: 0.792)
/* Android */
Color.parseColor("#ccbbca")Accessibility — WCAG contrast
Aa
#ccbbca on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccbbca on black: 11.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green73.3%
Blue79.2%
CMYK percentages
Cyan0.0%
Magenta8.3%
Yellow1.0%
Key (black)20.0%
Color previews
#ccbbca text on a black background
contrast 11.53:1
Card sample
#ccbbca text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccbbca;
Background color
Panel with #ccbbca background
background-color: #ccbbca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccbbca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 187, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 187, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccbbca; background: linear-gradient(135deg, #ccbbca, #CCBBBF);