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