#ccc8eb
a pale, vivid blue · warm · closest name: lavender
RGB
204, 200, 235
HSL
247°, 47%, 85%
CMYK
13, 15, 0, 8
Luminance
0.6014
Every format
| HEX | #ccc8eb |
| RGB | rgb(204, 200, 235) |
| HSL | hsl(247, 47%, 85%) |
| CMYK | cmyk(13%, 15%, 0%, 8%) |
| LAB | lab(81.9 8.2 -16.8) |
| LCH | lch(81.9 18.6 296.0) |
| OKLCH | oklch(0.847 0.049 290.6) |
Copy-ready code
/* CSS */
color: #ccc8eb;
background-color: #ccc8eb;
/* Tailwind (arbitrary) */
class="text-[#ccc8eb] bg-[#ccc8eb]"
/* SCSS */
$brand: #ccc8eb;
/* SwiftUI */
Color(red: 0.800, green: 0.784, blue: 0.922)
/* Android */
Color.parseColor("#ccc8eb")Accessibility — WCAG contrast
Aa
#ccc8eb on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc8eb on black: 13.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green78.4%
Blue92.2%
CMYK percentages
Cyan13.2%
Magenta14.9%
Yellow0.0%
Key (black)7.8%
Color previews
#ccc8eb text on a black background
contrast 13.03:1
Card sample
#ccc8eb text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc8eb;
Background color
Panel with #ccc8eb background
background-color: #ccc8eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc8eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 200, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 200, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc8eb; background: linear-gradient(135deg, #ccc8eb, #E3C8EB);