#ccc9ec
a pale, vivid blue · warm · closest name: lavender
RGB
204, 201, 236
HSL
245°, 48%, 86%
CMYK
14, 15, 0, 8
Luminance
0.6067
Every format
| HEX | #ccc9ec |
| RGB | rgb(204, 201, 236) |
| HSL | hsl(245, 48%, 86%) |
| CMYK | cmyk(14%, 15%, 0%, 8%) |
| LAB | lab(82.2 7.8 -16.9) |
| LCH | lch(82.2 18.6 294.9) |
| OKLCH | oklch(0.850 0.048 289.3) |
Copy-ready code
/* CSS */
color: #ccc9ec;
background-color: #ccc9ec;
/* Tailwind (arbitrary) */
class="text-[#ccc9ec] bg-[#ccc9ec]"
/* SCSS */
$brand: #ccc9ec;
/* SwiftUI */
Color(red: 0.800, green: 0.788, blue: 0.925)
/* Android */
Color.parseColor("#ccc9ec")Accessibility — WCAG contrast
Aa
#ccc9ec on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc9ec on black: 13.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green78.8%
Blue92.5%
CMYK percentages
Cyan13.6%
Magenta14.8%
Yellow0.0%
Key (black)7.5%
Color previews
#ccc9ec text on a black background
contrast 13.13:1
Card sample
#ccc9ec text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc9ec;
Background color
Panel with #ccc9ec background
background-color: #ccc9ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc9ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 201, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 201, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc9ec; background: linear-gradient(135deg, #ccc9ec, #E3C9EC);