#ccc7ec
a pale, vivid blue · warm · closest name: lavender
RGB
204, 199, 236
HSL
248°, 49%, 85%
CMYK
14, 16, 0, 8
Luminance
0.5974
Every format
| HEX | #ccc7ec |
| RGB | rgb(204, 199, 236) |
| HSL | hsl(248, 49%, 85%) |
| CMYK | cmyk(14%, 16%, 0%, 8%) |
| LAB | lab(81.7 8.9 -17.6) |
| LCH | lch(81.7 19.8 296.8) |
| OKLCH | oklch(0.846 0.051 291.5) |
Copy-ready code
/* CSS */
color: #ccc7ec;
background-color: #ccc7ec;
/* Tailwind (arbitrary) */
class="text-[#ccc7ec] bg-[#ccc7ec]"
/* SCSS */
$brand: #ccc7ec;
/* SwiftUI */
Color(red: 0.800, green: 0.780, blue: 0.925)
/* Android */
Color.parseColor("#ccc7ec")Accessibility — WCAG contrast
Aa
#ccc7ec on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc7ec on black: 12.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green78.0%
Blue92.5%
CMYK percentages
Cyan13.6%
Magenta15.7%
Yellow0.0%
Key (black)7.5%
Color previews
#ccc7ec text on a black background
contrast 12.95:1
Card sample
#ccc7ec text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc7ec;
Background color
Panel with #ccc7ec background
background-color: #ccc7ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc7ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 199, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 199, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc7ec; background: linear-gradient(135deg, #ccc7ec, #E5C7EC);