#ccbbdd
a light, soft violet · warm · closest name: lavender
RGB
204, 187, 221
HSL
270°, 33%, 80%
CMYK
8, 15, 0, 13
Luminance
0.5360
Every format
| HEX | #ccbbdd |
| RGB | rgb(204, 187, 221) |
| HSL | hsl(270, 33%, 80%) |
| CMYK | cmyk(8%, 15%, 0%, 13%) |
| LAB | lab(78.2 12.3 -14.8) |
| LCH | lch(78.2 19.3 309.8) |
| OKLCH | oklch(0.817 0.051 307.8) |
Copy-ready code
/* CSS */
color: #ccbbdd;
background-color: #ccbbdd;
/* Tailwind (arbitrary) */
class="text-[#ccbbdd] bg-[#ccbbdd]"
/* SCSS */
$brand: #ccbbdd;
/* SwiftUI */
Color(red: 0.800, green: 0.733, blue: 0.867)
/* Android */
Color.parseColor("#ccbbdd")Accessibility — WCAG contrast
Aa
#ccbbdd on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccbbdd on black: 11.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green73.3%
Blue86.7%
CMYK percentages
Cyan7.7%
Magenta15.4%
Yellow0.0%
Key (black)13.3%
Color previews
#ccbbdd text on a black background
contrast 11.72:1
Card sample
#ccbbdd text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccbbdd;
Background color
Panel with #ccbbdd background
background-color: #ccbbdd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccbbdd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 187, 221, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 187, 221, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccbbdd; background: linear-gradient(135deg, #ccbbdd, #DDBBD7);