#ccc6eb
a light, vivid blue · warm · closest name: lavender
RGB
204, 198, 235
HSL
250°, 48%, 85%
CMYK
13, 16, 0, 8
Luminance
0.5922
Every format
| HEX | #ccc6eb |
| RGB | rgb(204, 198, 235) |
| HSL | hsl(250, 48%, 85%) |
| CMYK | cmyk(13%, 16%, 0%, 8%) |
| LAB | lab(81.4 9.2 -17.5) |
| LCH | lch(81.4 19.8 297.8) |
| OKLCH | oklch(0.843 0.051 292.7) |
Copy-ready code
/* CSS */
color: #ccc6eb;
background-color: #ccc6eb;
/* Tailwind (arbitrary) */
class="text-[#ccc6eb] bg-[#ccc6eb]"
/* SCSS */
$brand: #ccc6eb;
/* SwiftUI */
Color(red: 0.800, green: 0.776, blue: 0.922)
/* Android */
Color.parseColor("#ccc6eb")Accessibility — WCAG contrast
Aa
#ccc6eb on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc6eb on black: 12.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green77.6%
Blue92.2%
CMYK percentages
Cyan13.2%
Magenta15.7%
Yellow0.0%
Key (black)7.8%
Color previews
#ccc6eb text on a black background
contrast 12.84:1
Card sample
#ccc6eb text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc6eb;
Background color
Panel with #ccc6eb background
background-color: #ccc6eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc6eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 198, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 198, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc6eb; background: linear-gradient(135deg, #ccc6eb, #E5C6EB);