#ccc3f1
a pale, vivid blue · warm · closest name: lavender
RGB
204, 195, 241
HSL
252°, 62%, 86%
CMYK
15, 19, 0, 6
Luminance
0.5822
Every format
| HEX | #ccc3f1 |
| RGB | rgb(204, 195, 241) |
| HSL | hsl(252, 62%, 86%) |
| CMYK | cmyk(15%, 19%, 0%, 6%) |
| LAB | lab(80.9 12.1 -21.6) |
| LCH | lch(80.9 24.7 299.3) |
| OKLCH | oklch(0.840 0.064 293.9) |
Copy-ready code
/* CSS */
color: #ccc3f1;
background-color: #ccc3f1;
/* Tailwind (arbitrary) */
class="text-[#ccc3f1] bg-[#ccc3f1]"
/* SCSS */
$brand: #ccc3f1;
/* SwiftUI */
Color(red: 0.800, green: 0.765, blue: 0.945)
/* Android */
Color.parseColor("#ccc3f1")Accessibility — WCAG contrast
Aa
#ccc3f1 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc3f1 on black: 12.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green76.5%
Blue94.5%
CMYK percentages
Cyan15.4%
Magenta19.1%
Yellow0.0%
Key (black)5.5%
Color previews
#ccc3f1 text on a black background
contrast 12.64:1
Card sample
#ccc3f1 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc3f1;
Background color
Panel with #ccc3f1 background
background-color: #ccc3f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc3f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 195, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 195, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc3f1; background: linear-gradient(135deg, #ccc3f1, #EBC3F1);