#ccc0ee
a light, vivid violet · warm · closest name: lavender
RGB
204, 192, 238
HSL
256°, 58%, 84%
CMYK
14, 19, 0, 7
Luminance
0.5671
Every format
| HEX | #ccc0ee |
| RGB | rgb(204, 192, 238) |
| HSL | hsl(256, 58%, 84%) |
| CMYK | cmyk(14%, 19%, 0%, 7%) |
| LAB | lab(80.0 13.1 -21.2) |
| LCH | lch(80.0 24.9 301.7) |
| OKLCH | oklch(0.833 0.065 296.9) |
Copy-ready code
/* CSS */
color: #ccc0ee;
background-color: #ccc0ee;
/* Tailwind (arbitrary) */
class="text-[#ccc0ee] bg-[#ccc0ee]"
/* SCSS */
$brand: #ccc0ee;
/* SwiftUI */
Color(red: 0.800, green: 0.753, blue: 0.933)
/* Android */
Color.parseColor("#ccc0ee")Accessibility — WCAG contrast
Aa
#ccc0ee on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc0ee on black: 12.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green75.3%
Blue93.3%
CMYK percentages
Cyan14.3%
Magenta19.3%
Yellow0.0%
Key (black)6.7%
Color previews
#ccc0ee text on a black background
contrast 12.34:1
Card sample
#ccc0ee text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc0ee;
Background color
Panel with #ccc0ee background
background-color: #ccc0ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc0ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 192, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 192, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc0ee; background: linear-gradient(135deg, #ccc0ee, #EBC0EE);