#cccbdd
a light, soft blue · warm · closest name: lavender
RGB
204, 203, 221
HSL
243°, 21%, 83%
CMYK
8, 8, 0, 13
Luminance
0.6077
Every format
| HEX | #cccbdd |
| RGB | rgb(204, 203, 221) |
| HSL | hsl(243, 21%, 83%) |
| CMYK | cmyk(8%, 8%, 0%, 13%) |
| LAB | lab(82.3 3.8 -8.8) |
| LCH | lch(82.3 9.6 293.1) |
| OKLCH | oklch(0.848 0.025 288.4) |
Copy-ready code
/* CSS */
color: #cccbdd;
background-color: #cccbdd;
/* Tailwind (arbitrary) */
class="text-[#cccbdd] bg-[#cccbdd]"
/* SCSS */
$brand: #cccbdd;
/* SwiftUI */
Color(red: 0.800, green: 0.796, blue: 0.867)
/* Android */
Color.parseColor("#cccbdd")Accessibility — WCAG contrast
Aa
#cccbdd on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccbdd on black: 13.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green79.6%
Blue86.7%
CMYK percentages
Cyan7.7%
Magenta8.1%
Yellow0.0%
Key (black)13.3%
Color previews
#cccbdd text on a black background
contrast 13.15:1
Card sample
#cccbdd text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccbdd;
Background color
Panel with #cccbdd background
background-color: #cccbdd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccbdd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 203, 221, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 203, 221, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccbdd; background: linear-gradient(135deg, #cccbdd, #D8CBDD);