#cccdda
a light, soft blue · warm · closest name: silver
RGB
204, 205, 218
HSL
236°, 16%, 83%
CMYK
6, 6, 0, 15
Luminance
0.6156
Every format
| HEX | #cccdda |
| RGB | rgb(204, 205, 218) |
| HSL | hsl(236, 16%, 83%) |
| CMYK | cmyk(6%, 6%, 0%, 15%) |
| LAB | lab(82.7 2.1 -6.5) |
| LCH | lch(82.7 6.9 287.9) |
| OKLCH | oklch(0.851 0.018 282.5) |
Copy-ready code
/* CSS */
color: #cccdda;
background-color: #cccdda;
/* Tailwind (arbitrary) */
class="text-[#cccdda] bg-[#cccdda]"
/* SCSS */
$brand: #cccdda;
/* SwiftUI */
Color(red: 0.800, green: 0.804, blue: 0.855)
/* Android */
Color.parseColor("#cccdda")Accessibility — WCAG contrast
Aa
#cccdda on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccdda on black: 13.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green80.4%
Blue85.5%
CMYK percentages
Cyan6.4%
Magenta6.0%
Yellow0.0%
Key (black)14.5%
Color previews
#cccdda text on a black background
contrast 13.31:1
Card sample
#cccdda text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccdda;
Background color
Panel with #cccdda background
background-color: #cccdda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccdda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 205, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 205, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccdda; background: linear-gradient(135deg, #cccdda, #D4CCDA);