#cccdf1
a pale, vivid blue · warm · closest name: lavender
RGB
204, 205, 241
HSL
238°, 57%, 87%
CMYK
15, 15, 0, 6
Luminance
0.6285
Every format
| HEX | #cccdf1 |
| RGB | rgb(204, 205, 241) |
| HSL | hsl(238, 57%, 87%) |
| CMYK | cmyk(15%, 15%, 0%, 6%) |
| LAB | lab(83.4 6.8 -17.8) |
| LCH | lch(83.4 19.0 290.8) |
| OKLCH | oklch(0.859 0.050 284.0) |
Copy-ready code
/* CSS */
color: #cccdf1;
background-color: #cccdf1;
/* Tailwind (arbitrary) */
class="text-[#cccdf1] bg-[#cccdf1]"
/* SCSS */
$brand: #cccdf1;
/* SwiftUI */
Color(red: 0.800, green: 0.804, blue: 0.945)
/* Android */
Color.parseColor("#cccdf1")Accessibility — WCAG contrast
Aa
#cccdf1 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccdf1 on black: 13.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green80.4%
Blue94.5%
CMYK percentages
Cyan15.4%
Magenta14.9%
Yellow0.0%
Key (black)5.5%
Color previews
#cccdf1 text on a black background
contrast 13.57:1
Card sample
#cccdf1 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccdf1;
Background color
Panel with #cccdf1 background
background-color: #cccdf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccdf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 205, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 205, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccdf1; background: linear-gradient(135deg, #cccdf1, #E4CCF1);