#ccc4eb
a light, vivid blue · warm · closest name: lavender
RGB
204, 196, 235
HSL
252°, 49%, 85%
CMYK
13, 17, 0, 8
Luminance
0.5832
Every format
| HEX | #ccc4eb |
| RGB | rgb(204, 196, 235) |
| HSL | hsl(252, 49%, 85%) |
| CMYK | cmyk(13%, 17%, 0%, 8%) |
| LAB | lab(80.9 10.3 -18.3) |
| LCH | lch(80.9 21.0 299.4) |
| OKLCH | oklch(0.839 0.054 294.6) |
Copy-ready code
/* CSS */
color: #ccc4eb;
background-color: #ccc4eb;
/* Tailwind (arbitrary) */
class="text-[#ccc4eb] bg-[#ccc4eb]"
/* SCSS */
$brand: #ccc4eb;
/* SwiftUI */
Color(red: 0.800, green: 0.769, blue: 0.922)
/* Android */
Color.parseColor("#ccc4eb")Accessibility — WCAG contrast
Aa
#ccc4eb on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc4eb on black: 12.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green76.9%
Blue92.2%
CMYK percentages
Cyan13.2%
Magenta16.6%
Yellow0.0%
Key (black)7.8%
Color previews
#ccc4eb text on a black background
contrast 12.66:1
Card sample
#ccc4eb text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc4eb;
Background color
Panel with #ccc4eb background
background-color: #ccc4eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc4eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 196, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 196, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc4eb; background: linear-gradient(135deg, #ccc4eb, #E6C4EB);