#ccb3cf
a light, soft magenta / pink · warm · closest name: silver
RGB
204, 179, 207
HSL
294°, 23%, 76%
CMYK
1, 14, 0, 19
Luminance
0.4958
Every format
| HEX | #ccb3cf |
| RGB | rgb(204, 179, 207) |
| HSL | hsl(294, 23%, 76%) |
| CMYK | cmyk(1%, 14%, 0%, 19%) |
| LAB | lab(75.8 13.9 -10.8) |
| LCH | lch(75.8 17.6 322.2) |
| OKLCH | oklch(0.797 0.048 322.6) |
Copy-ready code
/* CSS */
color: #ccb3cf;
background-color: #ccb3cf;
/* Tailwind (arbitrary) */
class="text-[#ccb3cf] bg-[#ccb3cf]"
/* SCSS */
$brand: #ccb3cf;
/* SwiftUI */
Color(red: 0.800, green: 0.702, blue: 0.812)
/* Android */
Color.parseColor("#ccb3cf")Accessibility — WCAG contrast
Aa
#ccb3cf on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccb3cf on black: 10.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green70.2%
Blue81.2%
CMYK percentages
Cyan1.4%
Magenta13.5%
Yellow0.0%
Key (black)18.8%
Color previews
#ccb3cf text on a black background
contrast 10.92:1
Card sample
#ccb3cf text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccb3cf;
Background color
Panel with #ccb3cf background
background-color: #ccb3cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccb3cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 179, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 179, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccb3cf; background: linear-gradient(135deg, #ccb3cf, #CFB3BF);