#ccc8ee
a pale, vivid blue · warm · closest name: lavender
RGB
204, 200, 238
HSL
246°, 53%, 86%
CMYK
14, 16, 0, 7
Luminance
0.6032
Every format
| HEX | #ccc8ee |
| RGB | rgb(204, 200, 238) |
| HSL | hsl(246, 53%, 86%) |
| CMYK | cmyk(14%, 16%, 0%, 7%) |
| LAB | lab(82.0 8.8 -18.2) |
| LCH | lch(82.0 20.2 295.7) |
| OKLCH | oklch(0.848 0.053 290.1) |
Copy-ready code
/* CSS */
color: #ccc8ee;
background-color: #ccc8ee;
/* Tailwind (arbitrary) */
class="text-[#ccc8ee] bg-[#ccc8ee]"
/* SCSS */
$brand: #ccc8ee;
/* SwiftUI */
Color(red: 0.800, green: 0.784, blue: 0.933)
/* Android */
Color.parseColor("#ccc8ee")Accessibility — WCAG contrast
Aa
#ccc8ee on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc8ee on black: 13.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green78.4%
Blue93.3%
CMYK percentages
Cyan14.3%
Magenta16.0%
Yellow0.0%
Key (black)6.7%
Color previews
#ccc8ee text on a black background
contrast 13.06:1
Card sample
#ccc8ee text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc8ee;
Background color
Panel with #ccc8ee background
background-color: #ccc8ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc8ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 200, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 200, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc8ee; background: linear-gradient(135deg, #ccc8ee, #E5C8EE);