#ccc8fc
a pale, electric blue · warm · closest name: lavender
RGB
204, 200, 252
HSL
245°, 90%, 89%
CMYK
19, 21, 0, 1
Luminance
0.6117
Every format
| HEX | #ccc8fc |
| RGB | rgb(204, 200, 252) |
| HSL | hsl(245, 90%, 89%) |
| CMYK | cmyk(19%, 21%, 0%, 1%) |
| LAB | lab(82.5 11.8 -25.0) |
| LCH | lch(82.5 27.6 295.3) |
| OKLCH | oklch(0.853 0.072 288.3) |
Copy-ready code
/* CSS */
color: #ccc8fc;
background-color: #ccc8fc;
/* Tailwind (arbitrary) */
class="text-[#ccc8fc] bg-[#ccc8fc]"
/* SCSS */
$brand: #ccc8fc;
/* SwiftUI */
Color(red: 0.800, green: 0.784, blue: 0.988)
/* Android */
Color.parseColor("#ccc8fc")Accessibility — WCAG contrast
Aa
#ccc8fc on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc8fc on black: 13.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green78.4%
Blue98.8%
CMYK percentages
Cyan19.0%
Magenta20.6%
Yellow0.0%
Key (black)1.2%
Color previews
#ccc8fc text on a black background
contrast 13.23:1
Card sample
#ccc8fc text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc8fc;
Background color
Panel with #ccc8fc background
background-color: #ccc8fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc8fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 200, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 200, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc8fc; background: linear-gradient(135deg, #ccc8fc, #EFC8FC);