#ccb9cf
a light, soft magenta / pink · warm · closest name: silver
RGB
204, 185, 207
HSL
292°, 19%, 77%
CMYK
1, 11, 0, 19
Luminance
0.5204
Every format
| HEX | #ccb9cf |
| RGB | rgb(204, 185, 207) |
| HSL | hsl(292, 19%, 77%) |
| CMYK | cmyk(1%, 11%, 0%, 19%) |
| LAB | lab(77.3 10.7 -8.6) |
| LCH | lch(77.3 13.7 321.2) |
| OKLCH | oklch(0.808 0.037 321.6) |
Copy-ready code
/* CSS */
color: #ccb9cf;
background-color: #ccb9cf;
/* Tailwind (arbitrary) */
class="text-[#ccb9cf] bg-[#ccb9cf]"
/* SCSS */
$brand: #ccb9cf;
/* SwiftUI */
Color(red: 0.800, green: 0.725, blue: 0.812)
/* Android */
Color.parseColor("#ccb9cf")Accessibility — WCAG contrast
Aa
#ccb9cf on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccb9cf on black: 11.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green72.5%
Blue81.2%
CMYK percentages
Cyan1.4%
Magenta10.6%
Yellow0.0%
Key (black)18.8%
Color previews
#ccb9cf text on a black background
contrast 11.41:1
Card sample
#ccb9cf text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccb9cf;
Background color
Panel with #ccb9cf background
background-color: #ccb9cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccb9cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 185, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 185, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccb9cf; background: linear-gradient(135deg, #ccb9cf, #CFB9C3);