#ccc6ee
a pale, vivid blue · warm · closest name: lavender
RGB
204, 198, 238
HSL
249°, 54%, 86%
CMYK
14, 17, 0, 7
Luminance
0.5940
Every format
| HEX | #ccc6ee |
| RGB | rgb(204, 198, 238) |
| HSL | hsl(249, 54%, 86%) |
| CMYK | cmyk(14%, 17%, 0%, 7%) |
| LAB | lab(81.5 9.9 -19.0) |
| LCH | lch(81.5 21.4 297.5) |
| OKLCH | oklch(0.844 0.056 292.0) |
Copy-ready code
/* CSS */
color: #ccc6ee;
background-color: #ccc6ee;
/* Tailwind (arbitrary) */
class="text-[#ccc6ee] bg-[#ccc6ee]"
/* SCSS */
$brand: #ccc6ee;
/* SwiftUI */
Color(red: 0.800, green: 0.776, blue: 0.933)
/* Android */
Color.parseColor("#ccc6ee")Accessibility — WCAG contrast
Aa
#ccc6ee on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc6ee on black: 12.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green77.6%
Blue93.3%
CMYK percentages
Cyan14.3%
Magenta16.8%
Yellow0.0%
Key (black)6.7%
Color previews
#ccc6ee text on a black background
contrast 12.88:1
Card sample
#ccc6ee text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc6ee;
Background color
Panel with #ccc6ee background
background-color: #ccc6ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc6ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 198, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 198, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc6ee; background: linear-gradient(135deg, #ccc6ee, #E7C6EE);