#ccbfd6
a light, soft violet · warm · closest name: silver
RGB
204, 191, 214
HSL
274°, 22%, 79%
CMYK
5, 11, 0, 16
Luminance
0.5495
Every format
| HEX | #ccbfd6 |
| RGB | rgb(204, 191, 214) |
| HSL | hsl(274, 22%, 79%) |
| CMYK | cmyk(5%, 11%, 0%, 16%) |
| LAB | lab(79.0 8.8 -9.8) |
| LCH | lch(79.0 13.2 311.8) |
| OKLCH | oklch(0.822 0.035 310.7) |
Copy-ready code
/* CSS */
color: #ccbfd6;
background-color: #ccbfd6;
/* Tailwind (arbitrary) */
class="text-[#ccbfd6] bg-[#ccbfd6]"
/* SCSS */
$brand: #ccbfd6;
/* SwiftUI */
Color(red: 0.800, green: 0.749, blue: 0.839)
/* Android */
Color.parseColor("#ccbfd6")Accessibility — WCAG contrast
Aa
#ccbfd6 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccbfd6 on black: 11.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green74.9%
Blue83.9%
CMYK percentages
Cyan4.7%
Magenta10.7%
Yellow0.0%
Key (black)16.1%
Color previews
#ccbfd6 text on a black background
contrast 11.99:1
Card sample
#ccbfd6 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccbfd6;
Background color
Panel with #ccbfd6 background
background-color: #ccbfd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccbfd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 191, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 191, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccbfd6; background: linear-gradient(135deg, #ccbfd6, #D6BFD1);