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