#cccffb
a pale, electric blue · warm · closest name: lavender
RGB
204, 207, 251
HSL
236°, 86%, 89%
CMYK
19, 18, 0, 2
Luminance
0.6443
Every format
| HEX | #cccffb |
| RGB | rgb(204, 207, 251) |
| HSL | hsl(236, 86%, 89%) |
| CMYK | cmyk(19%, 18%, 0%, 2%) |
| LAB | lab(84.2 7.8 -21.9) |
| LCH | lch(84.2 23.2 289.7) |
| OKLCH | oklch(0.867 0.061 282.0) |
Copy-ready code
/* CSS */
color: #cccffb;
background-color: #cccffb;
/* Tailwind (arbitrary) */
class="text-[#cccffb] bg-[#cccffb]"
/* SCSS */
$brand: #cccffb;
/* SwiftUI */
Color(red: 0.800, green: 0.812, blue: 0.984)
/* Android */
Color.parseColor("#cccffb")Accessibility — WCAG contrast
Aa
#cccffb on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccffb on black: 13.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green81.2%
Blue98.4%
CMYK percentages
Cyan18.7%
Magenta17.5%
Yellow0.0%
Key (black)1.6%
Color previews
#cccffb text on a black background
contrast 13.89:1
Card sample
#cccffb text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccffb;
Background color
Panel with #cccffb background
background-color: #cccffb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccffb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 207, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 207, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccffb; background: linear-gradient(135deg, #cccffb, #E8CCFB);