#ccb4cf
a light, soft magenta / pink · warm · closest name: silver
RGB
204, 180, 207
HSL
293°, 22%, 76%
CMYK
1, 13, 0, 19
Luminance
0.4998
Every format
| HEX | #ccb4cf |
| RGB | rgb(204, 180, 207) |
| HSL | hsl(293, 22%, 76%) |
| CMYK | cmyk(1%, 13%, 0%, 19%) |
| LAB | lab(76.1 13.4 -10.4) |
| LCH | lch(76.1 17.0 322.0) |
| OKLCH | oklch(0.799 0.046 322.5) |
Copy-ready code
/* CSS */
color: #ccb4cf;
background-color: #ccb4cf;
/* Tailwind (arbitrary) */
class="text-[#ccb4cf] bg-[#ccb4cf]"
/* SCSS */
$brand: #ccb4cf;
/* SwiftUI */
Color(red: 0.800, green: 0.706, blue: 0.812)
/* Android */
Color.parseColor("#ccb4cf")Accessibility — WCAG contrast
Aa
#ccb4cf on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccb4cf on black: 11.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green70.6%
Blue81.2%
CMYK percentages
Cyan1.4%
Magenta13.0%
Yellow0.0%
Key (black)18.8%
Color previews
#ccb4cf text on a black background
contrast 11.00:1
Card sample
#ccb4cf text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccb4cf;
Background color
Panel with #ccb4cf background
background-color: #ccb4cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccb4cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 180, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 180, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccb4cf; background: linear-gradient(135deg, #ccb4cf, #CFB4C0);