#ccc6fc
a pale, electric blue · warm · closest name: lavender
RGB
204, 198, 252
HSL
247°, 90%, 88%
CMYK
19, 21, 0, 1
Luminance
0.6025
Every format
| HEX | #ccc6fc |
| RGB | rgb(204, 198, 252) |
| HSL | hsl(247, 90%, 88%) |
| CMYK | cmyk(19%, 21%, 0%, 1%) |
| LAB | lab(82.0 12.9 -25.8) |
| LCH | lch(82.0 28.8 296.5) |
| OKLCH | oklch(0.850 0.075 289.8) |
Copy-ready code
/* CSS */
color: #ccc6fc;
background-color: #ccc6fc;
/* Tailwind (arbitrary) */
class="text-[#ccc6fc] bg-[#ccc6fc]"
/* SCSS */
$brand: #ccc6fc;
/* SwiftUI */
Color(red: 0.800, green: 0.776, blue: 0.988)
/* Android */
Color.parseColor("#ccc6fc")Accessibility — WCAG contrast
Aa
#ccc6fc on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc6fc on black: 13.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green77.6%
Blue98.8%
CMYK percentages
Cyan19.0%
Magenta21.4%
Yellow0.0%
Key (black)1.2%
Color previews
#ccc6fc text on a black background
contrast 13.05:1
Card sample
#ccc6fc text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc6fc;
Background color
Panel with #ccc6fc background
background-color: #ccc6fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc6fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 198, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 198, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc6fc; background: linear-gradient(135deg, #ccc6fc, #F0C6FC);