#ccc8f3
a pale, vivid blue · warm · closest name: lavender
RGB
204, 200, 243
HSL
246°, 64%, 87%
CMYK
16, 18, 0, 5
Luminance
0.6062
Every format
| HEX | #ccc8f3 |
| RGB | rgb(204, 200, 243) |
| HSL | hsl(246, 64%, 87%) |
| CMYK | cmyk(16%, 18%, 0%, 5%) |
| LAB | lab(82.2 9.8 -20.6) |
| LCH | lch(82.2 22.9 295.5) |
| OKLCH | oklch(0.850 0.059 289.3) |
Copy-ready code
/* CSS */
color: #ccc8f3;
background-color: #ccc8f3;
/* Tailwind (arbitrary) */
class="text-[#ccc8f3] bg-[#ccc8f3]"
/* SCSS */
$brand: #ccc8f3;
/* SwiftUI */
Color(red: 0.800, green: 0.784, blue: 0.953)
/* Android */
Color.parseColor("#ccc8f3")Accessibility — WCAG contrast
Aa
#ccc8f3 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc8f3 on black: 13.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green78.4%
Blue95.3%
CMYK percentages
Cyan16.0%
Magenta17.7%
Yellow0.0%
Key (black)4.7%
Color previews
#ccc8f3 text on a black background
contrast 13.12:1
Card sample
#ccc8f3 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc8f3;
Background color
Panel with #ccc8f3 background
background-color: #ccc8f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc8f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 200, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 200, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc8f3; background: linear-gradient(135deg, #ccc8f3, #E9C8F3);