#ccbfd0
a light, soft violet · warm · closest name: silver
RGB
204, 191, 208
HSL
286°, 15%, 78%
CMYK
2, 8, 0, 18
Luminance
0.5465
Every format
| HEX | #ccbfd0 |
| RGB | rgb(204, 191, 208) |
| HSL | hsl(286, 15%, 78%) |
| CMYK | cmyk(2%, 8%, 0%, 18%) |
| LAB | lab(78.8 7.7 -6.9) |
| LCH | lch(78.8 10.3 318.1) |
| OKLCH | oklch(0.821 0.027 318.2) |
Copy-ready code
/* CSS */
color: #ccbfd0;
background-color: #ccbfd0;
/* Tailwind (arbitrary) */
class="text-[#ccbfd0] bg-[#ccbfd0]"
/* SCSS */
$brand: #ccbfd0;
/* SwiftUI */
Color(red: 0.800, green: 0.749, blue: 0.816)
/* Android */
Color.parseColor("#ccbfd0")Accessibility — WCAG contrast
Aa
#ccbfd0 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccbfd0 on black: 11.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green74.9%
Blue81.6%
CMYK percentages
Cyan1.9%
Magenta8.2%
Yellow0.0%
Key (black)18.4%
Color previews
#ccbfd0 text on a black background
contrast 11.93:1
Card sample
#ccbfd0 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccbfd0;
Background color
Panel with #ccbfd0 background
background-color: #ccbfd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccbfd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 191, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 191, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccbfd0; background: linear-gradient(135deg, #ccbfd0, #D0BFC9);