#cccbdf
a light, soft blue · warm · closest name: lavender
RGB
204, 203, 223
HSL
243°, 24%, 84%
CMYK
9, 9, 0, 13
Luminance
0.6088
Every format
| HEX | #cccbdf |
| RGB | rgb(204, 203, 223) |
| HSL | hsl(243, 24%, 84%) |
| CMYK | cmyk(9%, 9%, 0%, 13%) |
| LAB | lab(82.3 4.1 -9.8) |
| LCH | lch(82.3 10.6 293.0) |
| OKLCH | oklch(0.849 0.028 288.1) |
Copy-ready code
/* CSS */
color: #cccbdf;
background-color: #cccbdf;
/* Tailwind (arbitrary) */
class="text-[#cccbdf] bg-[#cccbdf]"
/* SCSS */
$brand: #cccbdf;
/* SwiftUI */
Color(red: 0.800, green: 0.796, blue: 0.875)
/* Android */
Color.parseColor("#cccbdf")Accessibility — WCAG contrast
Aa
#cccbdf on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccbdf on black: 13.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green79.6%
Blue87.5%
CMYK percentages
Cyan8.5%
Magenta9.0%
Yellow0.0%
Key (black)12.5%
Color previews
#cccbdf text on a black background
contrast 13.18:1
Card sample
#cccbdf text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccbdf;
Background color
Panel with #cccbdf background
background-color: #cccbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 203, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 203, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccbdf; background: linear-gradient(135deg, #cccbdf, #D9CBDF);