#ccc6fe
a pale, electric blue · warm · closest name: plum
RGB
204, 198, 254
HSL
246°, 97%, 89%
CMYK
20, 22, 0, 0
Luminance
0.6038
Every format
| HEX | #ccc6fe |
| RGB | rgb(204, 198, 254) |
| HSL | hsl(246, 97%, 89%) |
| CMYK | cmyk(20%, 22%, 0%, 0%) |
| LAB | lab(82.0 13.3 -26.7) |
| LCH | lch(82.0 29.8 296.5) |
| OKLCH | oklch(0.850 0.078 289.5) |
Copy-ready code
/* CSS */
color: #ccc6fe;
background-color: #ccc6fe;
/* Tailwind (arbitrary) */
class="text-[#ccc6fe] bg-[#ccc6fe]"
/* SCSS */
$brand: #ccc6fe;
/* SwiftUI */
Color(red: 0.800, green: 0.776, blue: 0.996)
/* Android */
Color.parseColor("#ccc6fe")Accessibility — WCAG contrast
Aa
#ccc6fe on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc6fe on black: 13.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green77.6%
Blue99.6%
CMYK percentages
Cyan19.7%
Magenta22.0%
Yellow0.0%
Key (black)0.4%
Color previews
#ccc6fe text on a black background
contrast 13.08:1
Card sample
#ccc6fe text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc6fe;
Background color
Panel with #ccc6fe background
background-color: #ccc6fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc6fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 198, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 198, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc6fe; background: linear-gradient(135deg, #ccc6fe, #F1C6FE);