#ccbfd3
a light, soft violet · warm · closest name: silver
RGB
204, 191, 211
HSL
279°, 19%, 79%
CMYK
3, 10, 0, 17
Luminance
0.5480
Every format
| HEX | #ccbfd3 |
| RGB | rgb(204, 191, 211) |
| HSL | hsl(279, 19%, 79%) |
| CMYK | cmyk(3%, 10%, 0%, 17%) |
| LAB | lab(78.9 8.2 -8.3) |
| LCH | lch(78.9 11.7 314.5) |
| OKLCH | oklch(0.821 0.031 314.0) |
Copy-ready code
/* CSS */
color: #ccbfd3;
background-color: #ccbfd3;
/* Tailwind (arbitrary) */
class="text-[#ccbfd3] bg-[#ccbfd3]"
/* SCSS */
$brand: #ccbfd3;
/* SwiftUI */
Color(red: 0.800, green: 0.749, blue: 0.827)
/* Android */
Color.parseColor("#ccbfd3")Accessibility — WCAG contrast
Aa
#ccbfd3 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccbfd3 on black: 11.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green74.9%
Blue82.7%
CMYK percentages
Cyan3.3%
Magenta9.5%
Yellow0.0%
Key (black)17.3%
Color previews
#ccbfd3 text on a black background
contrast 11.96:1
Card sample
#ccbfd3 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccbfd3;
Background color
Panel with #ccbfd3 background
background-color: #ccbfd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccbfd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 191, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 191, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccbfd3; background: linear-gradient(135deg, #ccbfd3, #D3BFCD);