#ccc8ec
a pale, vivid blue · warm · closest name: lavender
RGB
204, 200, 236
HSL
247°, 49%, 86%
CMYK
14, 15, 0, 8
Luminance
0.6020
Every format
| HEX | #ccc8ec |
| RGB | rgb(204, 200, 236) |
| HSL | hsl(247, 49%, 86%) |
| CMYK | cmyk(14%, 15%, 0%, 8%) |
| LAB | lab(82.0 8.4 -17.3) |
| LCH | lch(82.0 19.2 295.9) |
| OKLCH | oklch(0.848 0.050 290.4) |
Copy-ready code
/* CSS */
color: #ccc8ec;
background-color: #ccc8ec;
/* Tailwind (arbitrary) */
class="text-[#ccc8ec] bg-[#ccc8ec]"
/* SCSS */
$brand: #ccc8ec;
/* SwiftUI */
Color(red: 0.800, green: 0.784, blue: 0.925)
/* Android */
Color.parseColor("#ccc8ec")Accessibility — WCAG contrast
Aa
#ccc8ec on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc8ec on black: 13.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green78.4%
Blue92.5%
CMYK percentages
Cyan13.6%
Magenta15.3%
Yellow0.0%
Key (black)7.5%
Color previews
#ccc8ec text on a black background
contrast 13.04:1
Card sample
#ccc8ec text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc8ec;
Background color
Panel with #ccc8ec background
background-color: #ccc8ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc8ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 200, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 200, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc8ec; background: linear-gradient(135deg, #ccc8ec, #E4C8EC);