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