#cccdf6
a pale, vivid blue · warm · closest name: lavender
RGB
204, 205, 246
HSL
239°, 70%, 88%
CMYK
17, 17, 0, 4
Luminance
0.6315
Every format
| HEX | #cccdf6 |
| RGB | rgb(204, 205, 246) |
| HSL | hsl(239, 70%, 88%) |
| CMYK | cmyk(17%, 17%, 0%, 4%) |
| LAB | lab(83.5 7.8 -20.2) |
| LCH | lch(83.5 21.7 291.1) |
| OKLCH | oklch(0.861 0.057 284.0) |
Copy-ready code
/* CSS */
color: #cccdf6;
background-color: #cccdf6;
/* Tailwind (arbitrary) */
class="text-[#cccdf6] bg-[#cccdf6]"
/* SCSS */
$brand: #cccdf6;
/* SwiftUI */
Color(red: 0.800, green: 0.804, blue: 0.965)
/* Android */
Color.parseColor("#cccdf6")Accessibility — WCAG contrast
Aa
#cccdf6 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccdf6 on black: 13.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green80.4%
Blue96.5%
CMYK percentages
Cyan17.1%
Magenta16.7%
Yellow0.0%
Key (black)3.5%
Color previews
#cccdf6 text on a black background
contrast 13.63:1
Card sample
#cccdf6 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccdf6;
Background color
Panel with #cccdf6 background
background-color: #cccdf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccdf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 205, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 205, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccdf6; background: linear-gradient(135deg, #cccdf6, #E7CCF6);