#ccc0eb
a light, vivid violet · warm · closest name: lavender
RGB
204, 192, 235
HSL
257°, 52%, 84%
CMYK
13, 18, 0, 8
Luminance
0.5653
Every format
| HEX | #ccc0eb |
| RGB | rgb(204, 192, 235) |
| HSL | hsl(257, 52%, 84%) |
| CMYK | cmyk(13%, 18%, 0%, 8%) |
| LAB | lab(79.9 12.5 -19.8) |
| LCH | lch(79.9 23.4 302.2) |
| OKLCH | oklch(0.832 0.061 297.8) |
Copy-ready code
/* CSS */
color: #ccc0eb;
background-color: #ccc0eb;
/* Tailwind (arbitrary) */
class="text-[#ccc0eb] bg-[#ccc0eb]"
/* SCSS */
$brand: #ccc0eb;
/* SwiftUI */
Color(red: 0.800, green: 0.753, blue: 0.922)
/* Android */
Color.parseColor("#ccc0eb")Accessibility — WCAG contrast
Aa
#ccc0eb on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc0eb on black: 12.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green75.3%
Blue92.2%
CMYK percentages
Cyan13.2%
Magenta18.3%
Yellow0.0%
Key (black)7.8%
Color previews
#ccc0eb text on a black background
contrast 12.31:1
Card sample
#ccc0eb text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc0eb;
Background color
Panel with #ccc0eb background
background-color: #ccc0eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc0eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 192, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 192, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc0eb; background: linear-gradient(135deg, #ccc0eb, #E9C0EB);