#ccb3bc
a light, soft magenta / pink · warm · closest name: silver
RGB
204, 179, 188
HSL
338°, 20%, 75%
CMYK
0, 12, 8, 20
Luminance
0.4871
Every format
| HEX | #ccb3bc |
| RGB | rgb(204, 179, 188) |
| HSL | hsl(338, 20%, 75%) |
| CMYK | cmyk(0%, 12%, 8%, 20%) |
| LAB | lab(75.3 10.5 -1.3) |
| LCH | lch(75.3 10.6 353.1) |
| OKLCH | oklch(0.791 0.031 354.1) |
Copy-ready code
/* CSS */
color: #ccb3bc;
background-color: #ccb3bc;
/* Tailwind (arbitrary) */
class="text-[#ccb3bc] bg-[#ccb3bc]"
/* SCSS */
$brand: #ccb3bc;
/* SwiftUI */
Color(red: 0.800, green: 0.702, blue: 0.737)
/* Android */
Color.parseColor("#ccb3bc")Accessibility — WCAG contrast
Aa
#ccb3bc on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccb3bc on black: 10.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green70.2%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta12.3%
Yellow7.8%
Key (black)20.0%
Color previews
#ccb3bc text on a black background
contrast 10.74:1
Card sample
#ccb3bc text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccb3bc;
Background color
Panel with #ccb3bc background
background-color: #ccb3bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccb3bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 179, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 179, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccb3bc; background: linear-gradient(135deg, #ccb3bc, #CCBBB3);