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