#cccdf3
a pale, vivid blue · warm · closest name: lavender
RGB
204, 205, 243
HSL
239°, 62%, 88%
CMYK
16, 16, 0, 5
Luminance
0.6297
Every format
| HEX | #cccdf3 |
| RGB | rgb(204, 205, 243) |
| HSL | hsl(239, 62%, 88%) |
| CMYK | cmyk(16%, 16%, 0%, 5%) |
| LAB | lab(83.4 7.2 -18.8) |
| LCH | lch(83.4 20.1 290.9) |
| OKLCH | oklch(0.860 0.052 284.0) |
Copy-ready code
/* CSS */
color: #cccdf3;
background-color: #cccdf3;
/* Tailwind (arbitrary) */
class="text-[#cccdf3] bg-[#cccdf3]"
/* SCSS */
$brand: #cccdf3;
/* SwiftUI */
Color(red: 0.800, green: 0.804, blue: 0.953)
/* Android */
Color.parseColor("#cccdf3")Accessibility — WCAG contrast
Aa
#cccdf3 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccdf3 on black: 13.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green80.4%
Blue95.3%
CMYK percentages
Cyan16.0%
Magenta15.6%
Yellow0.0%
Key (black)4.7%
Color previews
#cccdf3 text on a black background
contrast 13.59:1
Card sample
#cccdf3 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccdf3;
Background color
Panel with #cccdf3 background
background-color: #cccdf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccdf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 205, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 205, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccdf3; background: linear-gradient(135deg, #cccdf3, #E5CCF3);