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