#ccc7ee
a pale, vivid blue · warm · closest name: lavender
RGB
204, 199, 238
HSL
248°, 53%, 86%
CMYK
14, 16, 0, 7
Luminance
0.5986
Every format
| HEX | #ccc7ee |
| RGB | rgb(204, 199, 238) |
| HSL | hsl(248, 53%, 86%) |
| CMYK | cmyk(14%, 16%, 0%, 7%) |
| LAB | lab(81.8 9.3 -18.6) |
| LCH | lch(81.8 20.8 296.6) |
| OKLCH | oklch(0.846 0.054 291.1) |
Copy-ready code
/* CSS */
color: #ccc7ee;
background-color: #ccc7ee;
/* Tailwind (arbitrary) */
class="text-[#ccc7ee] bg-[#ccc7ee]"
/* SCSS */
$brand: #ccc7ee;
/* SwiftUI */
Color(red: 0.800, green: 0.780, blue: 0.933)
/* Android */
Color.parseColor("#ccc7ee")Accessibility — WCAG contrast
Aa
#ccc7ee on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc7ee on black: 12.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green78.0%
Blue93.3%
CMYK percentages
Cyan14.3%
Magenta16.4%
Yellow0.0%
Key (black)6.7%
Color previews
#ccc7ee text on a black background
contrast 12.97:1
Card sample
#ccc7ee text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc7ee;
Background color
Panel with #ccc7ee background
background-color: #ccc7ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc7ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 199, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 199, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc7ee; background: linear-gradient(135deg, #ccc7ee, #E6C7EE);