#cccddc
a light, soft blue · warm · closest name: silver
RGB
204, 205, 220
HSL
236°, 19%, 83%
CMYK
7, 7, 0, 14
Luminance
0.6167
Every format
| HEX | #cccddc |
| RGB | rgb(204, 205, 220) |
| HSL | hsl(236, 19%, 83%) |
| CMYK | cmyk(7%, 7%, 0%, 14%) |
| LAB | lab(82.7 2.5 -7.5) |
| LCH | lch(82.7 7.9 288.3) |
| OKLCH | oklch(0.852 0.021 282.9) |
Copy-ready code
/* CSS */
color: #cccddc;
background-color: #cccddc;
/* Tailwind (arbitrary) */
class="text-[#cccddc] bg-[#cccddc]"
/* SCSS */
$brand: #cccddc;
/* SwiftUI */
Color(red: 0.800, green: 0.804, blue: 0.863)
/* Android */
Color.parseColor("#cccddc")Accessibility — WCAG contrast
Aa
#cccddc on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccddc on black: 13.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green80.4%
Blue86.3%
CMYK percentages
Cyan7.3%
Magenta6.8%
Yellow0.0%
Key (black)13.7%
Color previews
#cccddc text on a black background
contrast 13.33:1
Card sample
#cccddc text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccddc;
Background color
Panel with #cccddc background
background-color: #cccddc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccddc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 205, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 205, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccddc; background: linear-gradient(135deg, #cccddc, #D6CCDC);