#ccc2eb
a light, vivid blue · warm · closest name: lavender
RGB
204, 194, 235
HSL
255°, 51%, 84%
CMYK
13, 17, 0, 8
Luminance
0.5742
Every format
| HEX | #ccc2eb |
| RGB | rgb(204, 194, 235) |
| HSL | hsl(255, 51%, 84%) |
| CMYK | cmyk(13%, 17%, 0%, 8%) |
| LAB | lab(80.4 11.4 -19.0) |
| LCH | lch(80.4 22.2 300.9) |
| OKLCH | oklch(0.836 0.058 296.3) |
Copy-ready code
/* CSS */
color: #ccc2eb;
background-color: #ccc2eb;
/* Tailwind (arbitrary) */
class="text-[#ccc2eb] bg-[#ccc2eb]"
/* SCSS */
$brand: #ccc2eb;
/* SwiftUI */
Color(red: 0.800, green: 0.761, blue: 0.922)
/* Android */
Color.parseColor("#ccc2eb")Accessibility — WCAG contrast
Aa
#ccc2eb on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc2eb on black: 12.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green76.1%
Blue92.2%
CMYK percentages
Cyan13.2%
Magenta17.4%
Yellow0.0%
Key (black)7.8%
Color previews
#ccc2eb text on a black background
contrast 12.48:1
Card sample
#ccc2eb text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc2eb;
Background color
Panel with #ccc2eb background
background-color: #ccc2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 194, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 194, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc2eb; background: linear-gradient(135deg, #ccc2eb, #E7C2EB);