#ccbfd1
a light, soft violet · warm · closest name: silver
RGB
204, 191, 209
HSL
283°, 16%, 78%
CMYK
2, 9, 0, 18
Luminance
0.5470
Every format
| HEX | #ccbfd1 |
| RGB | rgb(204, 191, 209) |
| HSL | hsl(283, 16%, 78%) |
| CMYK | cmyk(2%, 9%, 0%, 18%) |
| LAB | lab(78.9 7.8 -7.4) |
| LCH | lch(78.9 10.8 316.8) |
| OKLCH | oklch(0.821 0.029 316.7) |
Copy-ready code
/* CSS */
color: #ccbfd1;
background-color: #ccbfd1;
/* Tailwind (arbitrary) */
class="text-[#ccbfd1] bg-[#ccbfd1]"
/* SCSS */
$brand: #ccbfd1;
/* SwiftUI */
Color(red: 0.800, green: 0.749, blue: 0.820)
/* Android */
Color.parseColor("#ccbfd1")Accessibility — WCAG contrast
Aa
#ccbfd1 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccbfd1 on black: 11.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green74.9%
Blue82.0%
CMYK percentages
Cyan2.4%
Magenta8.6%
Yellow0.0%
Key (black)18.0%
Color previews
#ccbfd1 text on a black background
contrast 11.94:1
Card sample
#ccbfd1 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccbfd1;
Background color
Panel with #ccbfd1 background
background-color: #ccbfd1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccbfd1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 191, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 191, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccbfd1; background: linear-gradient(135deg, #ccbfd1, #D1BFCA);