#ccc4ee
a pale, vivid blue · warm · closest name: lavender
RGB
204, 196, 238
HSL
251°, 55%, 85%
CMYK
14, 18, 0, 7
Luminance
0.5849
Every format
| HEX | #ccc4ee |
| RGB | rgb(204, 196, 238) |
| HSL | hsl(251, 55%, 85%) |
| CMYK | cmyk(14%, 18%, 0%, 7%) |
| LAB | lab(81.0 10.9 -19.7) |
| LCH | lch(81.0 22.6 299.0) |
| OKLCH | oklch(0.840 0.059 293.8) |
Copy-ready code
/* CSS */
color: #ccc4ee;
background-color: #ccc4ee;
/* Tailwind (arbitrary) */
class="text-[#ccc4ee] bg-[#ccc4ee]"
/* SCSS */
$brand: #ccc4ee;
/* SwiftUI */
Color(red: 0.800, green: 0.769, blue: 0.933)
/* Android */
Color.parseColor("#ccc4ee")Accessibility — WCAG contrast
Aa
#ccc4ee on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc4ee on black: 12.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green76.9%
Blue93.3%
CMYK percentages
Cyan14.3%
Magenta17.6%
Yellow0.0%
Key (black)6.7%
Color previews
#ccc4ee text on a black background
contrast 12.70:1
Card sample
#ccc4ee text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc4ee;
Background color
Panel with #ccc4ee background
background-color: #ccc4ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc4ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 196, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 196, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc4ee; background: linear-gradient(135deg, #ccc4ee, #E8C4EE);