#ccc0cb
a light, muted magenta / pink · warm · closest name: silver
RGB
204, 192, 203
HSL
305°, 11%, 78%
CMYK
0, 6, 1, 20
Luminance
0.5485
Every format
| HEX | #ccc0cb |
| RGB | rgb(204, 192, 203) |
| HSL | hsl(305, 11%, 78%) |
| CMYK | cmyk(0%, 6%, 1%, 20%) |
| LAB | lab(79.0 6.2 -4.0) |
| LCH | lch(79.0 7.4 327.1) |
| OKLCH | oklch(0.821 0.020 328.3) |
Copy-ready code
/* CSS */
color: #ccc0cb;
background-color: #ccc0cb;
/* Tailwind (arbitrary) */
class="text-[#ccc0cb] bg-[#ccc0cb]"
/* SCSS */
$brand: #ccc0cb;
/* SwiftUI */
Color(red: 0.800, green: 0.753, blue: 0.796)
/* Android */
Color.parseColor("#ccc0cb")Accessibility — WCAG contrast
Aa
#ccc0cb on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc0cb on black: 11.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green75.3%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow0.5%
Key (black)20.0%
Color previews
#ccc0cb text on a black background
contrast 11.97:1
Card sample
#ccc0cb text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc0cb;
Background color
Panel with #ccc0cb background
background-color: #ccc0cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc0cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 192, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 192, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc0cb; background: linear-gradient(135deg, #ccc0cb, #CCC0C3);