#ccc1ee
a light, vivid blue · warm · closest name: lavender
RGB
204, 193, 238
HSL
255°, 57%, 85%
CMYK
14, 19, 0, 7
Luminance
0.5715
Every format
| HEX | #ccc1ee |
| RGB | rgb(204, 193, 238) |
| HSL | hsl(255, 57%, 85%) |
| CMYK | cmyk(14%, 19%, 0%, 7%) |
| LAB | lab(80.3 12.6 -20.9) |
| LCH | lch(80.3 24.4 301.0) |
| OKLCH | oklch(0.835 0.063 296.2) |
Copy-ready code
/* CSS */
color: #ccc1ee;
background-color: #ccc1ee;
/* Tailwind (arbitrary) */
class="text-[#ccc1ee] bg-[#ccc1ee]"
/* SCSS */
$brand: #ccc1ee;
/* SwiftUI */
Color(red: 0.800, green: 0.757, blue: 0.933)
/* Android */
Color.parseColor("#ccc1ee")Accessibility — WCAG contrast
Aa
#ccc1ee on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc1ee on black: 12.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green75.7%
Blue93.3%
CMYK percentages
Cyan14.3%
Magenta18.9%
Yellow0.0%
Key (black)6.7%
Color previews
#ccc1ee text on a black background
contrast 12.43:1
Card sample
#ccc1ee text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc1ee;
Background color
Panel with #ccc1ee background
background-color: #ccc1ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc1ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 193, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 193, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc1ee; background: linear-gradient(135deg, #ccc1ee, #EAC1EE);