#ccccec
a pale, vivid blue · warm · closest name: lavender
RGB
204, 204, 236
HSL
240°, 46%, 86%
CMYK
14, 14, 0, 8
Luminance
0.6208
Every format
| HEX | #ccccec |
| RGB | rgb(204, 204, 236) |
| HSL | hsl(240, 46%, 86%) |
| CMYK | cmyk(14%, 14%, 0%, 8%) |
| LAB | lab(83.0 6.2 -15.7) |
| LCH | lch(83.0 16.9 291.6) |
| OKLCH | oklch(0.855 0.044 285.4) |
Copy-ready code
/* CSS */
color: #ccccec;
background-color: #ccccec;
/* Tailwind (arbitrary) */
class="text-[#ccccec] bg-[#ccccec]"
/* SCSS */
$brand: #ccccec;
/* SwiftUI */
Color(red: 0.800, green: 0.800, blue: 0.925)
/* Android */
Color.parseColor("#ccccec")Accessibility — WCAG contrast
Aa
#ccccec on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccccec on black: 13.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green80.0%
Blue92.5%
CMYK percentages
Cyan13.6%
Magenta13.6%
Yellow0.0%
Key (black)7.5%
Color previews
#ccccec text on a black background
contrast 13.42:1
Card sample
#ccccec text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccccec;
Background color
Panel with #ccccec background
background-color: #ccccec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccccec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 204, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 204, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccccec; background: linear-gradient(135deg, #ccccec, #E1CCEC);