#cccddf
a light, soft blue · warm · closest name: lavender
RGB
204, 205, 223
HSL
237°, 23%, 84%
CMYK
9, 8, 0, 13
Luminance
0.6183
Every format
| HEX | #cccddf |
| RGB | rgb(204, 205, 223) |
| HSL | hsl(237, 23%, 84%) |
| CMYK | cmyk(9%, 8%, 0%, 13%) |
| LAB | lab(82.8 3.1 -9.0) |
| LCH | lch(82.8 9.5 288.9) |
| OKLCH | oklch(0.853 0.025 283.3) |
Copy-ready code
/* CSS */
color: #cccddf;
background-color: #cccddf;
/* Tailwind (arbitrary) */
class="text-[#cccddf] bg-[#cccddf]"
/* SCSS */
$brand: #cccddf;
/* SwiftUI */
Color(red: 0.800, green: 0.804, blue: 0.875)
/* Android */
Color.parseColor("#cccddf")Accessibility — WCAG contrast
Aa
#cccddf on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccddf on black: 13.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green80.4%
Blue87.5%
CMYK percentages
Cyan8.5%
Magenta8.1%
Yellow0.0%
Key (black)12.5%
Color previews
#cccddf text on a black background
contrast 13.37:1
Card sample
#cccddf text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccddf;
Background color
Panel with #cccddf background
background-color: #cccddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 205, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 205, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccddf; background: linear-gradient(135deg, #cccddf, #D8CCDF);