#ccbfd8
a light, soft violet · warm · closest name: lavender
RGB
204, 191, 216
HSL
271°, 24%, 80%
CMYK
6, 12, 0, 15
Luminance
0.5506
Every format
| HEX | #ccbfd8 |
| RGB | rgb(204, 191, 216) |
| HSL | hsl(271, 24%, 80%) |
| CMYK | cmyk(6%, 12%, 0%, 15%) |
| LAB | lab(79.1 9.2 -10.8) |
| LCH | lch(79.1 14.2 310.3) |
| OKLCH | oklch(0.823 0.037 308.8) |
Copy-ready code
/* CSS */
color: #ccbfd8;
background-color: #ccbfd8;
/* Tailwind (arbitrary) */
class="text-[#ccbfd8] bg-[#ccbfd8]"
/* SCSS */
$brand: #ccbfd8;
/* SwiftUI */
Color(red: 0.800, green: 0.749, blue: 0.847)
/* Android */
Color.parseColor("#ccbfd8")Accessibility — WCAG contrast
Aa
#ccbfd8 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccbfd8 on black: 12.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green74.9%
Blue84.7%
CMYK percentages
Cyan5.6%
Magenta11.6%
Yellow0.0%
Key (black)15.3%
Color previews
#ccbfd8 text on a black background
contrast 12.01:1
Card sample
#ccbfd8 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccbfd8;
Background color
Panel with #ccbfd8 background
background-color: #ccbfd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccbfd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 191, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 191, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccbfd8; background: linear-gradient(135deg, #ccbfd8, #D8BFD3);