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