#cccbdb
a light, soft blue · warm · closest name: silver
RGB
204, 203, 219
HSL
244°, 18%, 83%
CMYK
7, 7, 0, 14
Luminance
0.6066
Every format
| HEX | #cccbdb |
| RGB | rgb(204, 203, 219) |
| HSL | hsl(244, 18%, 83%) |
| CMYK | cmyk(7%, 7%, 0%, 14%) |
| LAB | lab(82.2 3.4 -7.8) |
| LCH | lch(82.2 8.5 293.3) |
| OKLCH | oklch(0.848 0.022 288.8) |
Copy-ready code
/* CSS */
color: #cccbdb;
background-color: #cccbdb;
/* Tailwind (arbitrary) */
class="text-[#cccbdb] bg-[#cccbdb]"
/* SCSS */
$brand: #cccbdb;
/* SwiftUI */
Color(red: 0.800, green: 0.796, blue: 0.859)
/* Android */
Color.parseColor("#cccbdb")Accessibility — WCAG contrast
Aa
#cccbdb on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccbdb on black: 13.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green79.6%
Blue85.9%
CMYK percentages
Cyan6.8%
Magenta7.3%
Yellow0.0%
Key (black)14.1%
Color previews
#cccbdb text on a black background
contrast 13.13:1
Card sample
#cccbdb text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccbdb;
Background color
Panel with #cccbdb background
background-color: #cccbdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccbdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 203, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 203, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccbdb; background: linear-gradient(135deg, #cccbdb, #D7CBDB);