#ccc8fe
a pale, electric blue · warm · closest name: lavender
RGB
204, 200, 254
HSL
244°, 96%, 89%
CMYK
20, 21, 0, 0
Luminance
0.6130
Every format
| HEX | #ccc8fe |
| RGB | rgb(204, 200, 254) |
| HSL | hsl(244, 96%, 89%) |
| CMYK | cmyk(20%, 21%, 0%, 0%) |
| LAB | lab(82.5 12.2 -25.9) |
| LCH | lch(82.5 28.7 295.2) |
| OKLCH | oklch(0.854 0.075 288.1) |
Copy-ready code
/* CSS */
color: #ccc8fe;
background-color: #ccc8fe;
/* Tailwind (arbitrary) */
class="text-[#ccc8fe] bg-[#ccc8fe]"
/* SCSS */
$brand: #ccc8fe;
/* SwiftUI */
Color(red: 0.800, green: 0.784, blue: 0.996)
/* Android */
Color.parseColor("#ccc8fe")Accessibility — WCAG contrast
Aa
#ccc8fe on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc8fe on black: 13.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green78.4%
Blue99.6%
CMYK percentages
Cyan19.7%
Magenta21.3%
Yellow0.0%
Key (black)0.4%
Color previews
#ccc8fe text on a black background
contrast 13.26:1
Card sample
#ccc8fe text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc8fe;
Background color
Panel with #ccc8fe background
background-color: #ccc8fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc8fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 200, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 200, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc8fe; background: linear-gradient(135deg, #ccc8fe, #F0C8FE);