#ccbfcf
a light, muted violet · warm · closest name: silver
RGB
204, 191, 207
HSL
289°, 14%, 78%
CMYK
1, 8, 0, 19
Luminance
0.5460
Every format
| HEX | #ccbfcf |
| RGB | rgb(204, 191, 207) |
| HSL | hsl(289, 14%, 78%) |
| CMYK | cmyk(1%, 8%, 0%, 19%) |
| LAB | lab(78.8 7.5 -6.4) |
| LCH | lch(78.8 9.8 319.6) |
| OKLCH | oklch(0.820 0.026 319.9) |
Copy-ready code
/* CSS */
color: #ccbfcf;
background-color: #ccbfcf;
/* Tailwind (arbitrary) */
class="text-[#ccbfcf] bg-[#ccbfcf]"
/* SCSS */
$brand: #ccbfcf;
/* SwiftUI */
Color(red: 0.800, green: 0.749, blue: 0.812)
/* Android */
Color.parseColor("#ccbfcf")Accessibility — WCAG contrast
Aa
#ccbfcf on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccbfcf on black: 11.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green74.9%
Blue81.2%
CMYK percentages
Cyan1.4%
Magenta7.7%
Yellow0.0%
Key (black)18.8%
Color previews
#ccbfcf text on a black background
contrast 11.92:1
Card sample
#ccbfcf text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccbfcf;
Background color
Panel with #ccbfcf background
background-color: #ccbfcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccbfcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 191, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 191, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccbfcf; background: linear-gradient(135deg, #ccbfcf, #CFBFC7);