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