#ccc6f3
a pale, vivid blue · warm · closest name: lavender
RGB
204, 198, 243
HSL
248°, 65%, 87%
CMYK
16, 19, 0, 5
Luminance
0.5970
Every format
| HEX | #ccc6f3 |
| RGB | rgb(204, 198, 243) |
| HSL | hsl(248, 65%, 87%) |
| CMYK | cmyk(16%, 19%, 0%, 5%) |
| LAB | lab(81.7 10.9 -21.4) |
| LCH | lch(81.7 24.0 297.0) |
| OKLCH | oklch(0.846 0.063 291.1) |
Copy-ready code
/* CSS */
color: #ccc6f3;
background-color: #ccc6f3;
/* Tailwind (arbitrary) */
class="text-[#ccc6f3] bg-[#ccc6f3]"
/* SCSS */
$brand: #ccc6f3;
/* SwiftUI */
Color(red: 0.800, green: 0.776, blue: 0.953)
/* Android */
Color.parseColor("#ccc6f3")Accessibility — WCAG contrast
Aa
#ccc6f3 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc6f3 on black: 12.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green77.6%
Blue95.3%
CMYK percentages
Cyan16.0%
Magenta18.5%
Yellow0.0%
Key (black)4.7%
Color previews
#ccc6f3 text on a black background
contrast 12.94:1
Card sample
#ccc6f3 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc6f3;
Background color
Panel with #ccc6f3 background
background-color: #ccc6f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc6f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 198, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 198, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc6f3; background: linear-gradient(135deg, #ccc6f3, #EAC6F3);