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