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