#ccc5ee
a pale, vivid blue · warm · closest name: lavender
RGB
204, 197, 238
HSL
250°, 55%, 85%
CMYK
14, 17, 0, 7
Luminance
0.5894
Every format
| HEX | #ccc5ee |
| RGB | rgb(204, 197, 238) |
| HSL | hsl(250, 55%, 85%) |
| CMYK | cmyk(14%, 17%, 0%, 7%) |
| LAB | lab(81.3 10.4 -19.4) |
| LCH | lch(81.3 22.0 298.2) |
| OKLCH | oklch(0.842 0.057 293.0) |
Copy-ready code
/* CSS */
color: #ccc5ee;
background-color: #ccc5ee;
/* Tailwind (arbitrary) */
class="text-[#ccc5ee] bg-[#ccc5ee]"
/* SCSS */
$brand: #ccc5ee;
/* SwiftUI */
Color(red: 0.800, green: 0.773, blue: 0.933)
/* Android */
Color.parseColor("#ccc5ee")Accessibility — WCAG contrast
Aa
#ccc5ee on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc5ee on black: 12.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green77.3%
Blue93.3%
CMYK percentages
Cyan14.3%
Magenta17.2%
Yellow0.0%
Key (black)6.7%
Color previews
#ccc5ee text on a black background
contrast 12.79:1
Card sample
#ccc5ee text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc5ee;
Background color
Panel with #ccc5ee background
background-color: #ccc5ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc5ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 197, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 197, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc5ee; background: linear-gradient(135deg, #ccc5ee, #E7C5EE);