#ccc9ee
a pale, vivid blue · warm · closest name: lavender
RGB
204, 201, 238
HSL
245°, 52%, 86%
CMYK
14, 16, 0, 7
Luminance
0.6078
Every format
| HEX | #ccc9ee |
| RGB | rgb(204, 201, 238) |
| HSL | hsl(245, 52%, 86%) |
| CMYK | cmyk(14%, 16%, 0%, 7%) |
| LAB | lab(82.3 8.3 -17.9) |
| LCH | lch(82.3 19.7 294.8) |
| OKLCH | oklch(0.850 0.051 289.0) |
Copy-ready code
/* CSS */
color: #ccc9ee;
background-color: #ccc9ee;
/* Tailwind (arbitrary) */
class="text-[#ccc9ee] bg-[#ccc9ee]"
/* SCSS */
$brand: #ccc9ee;
/* SwiftUI */
Color(red: 0.800, green: 0.788, blue: 0.933)
/* Android */
Color.parseColor("#ccc9ee")Accessibility — WCAG contrast
Aa
#ccc9ee on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc9ee on black: 13.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green78.8%
Blue93.3%
CMYK percentages
Cyan14.3%
Magenta15.5%
Yellow0.0%
Key (black)6.7%
Color previews
#ccc9ee text on a black background
contrast 13.16:1
Card sample
#ccc9ee text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc9ee;
Background color
Panel with #ccc9ee background
background-color: #ccc9ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc9ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 201, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 201, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc9ee; background: linear-gradient(135deg, #ccc9ee, #E5C9EE);