#cccbfe
a pale, electric blue · warm · closest name: lavender
RGB
204, 203, 254
HSL
241°, 96%, 90%
CMYK
20, 20, 0, 0
Luminance
0.6270
Every format
| HEX | #cccbfe |
| RGB | rgb(204, 203, 254) |
| HSL | hsl(241, 96%, 90%) |
| CMYK | cmyk(20%, 20%, 0%, 0%) |
| LAB | lab(83.3 10.6 -24.8) |
| LCH | lch(83.3 27.0 293.2) |
| OKLCH | oklch(0.860 0.070 285.7) |
Copy-ready code
/* CSS */
color: #cccbfe;
background-color: #cccbfe;
/* Tailwind (arbitrary) */
class="text-[#cccbfe] bg-[#cccbfe]"
/* SCSS */
$brand: #cccbfe;
/* SwiftUI */
Color(red: 0.800, green: 0.796, blue: 0.996)
/* Android */
Color.parseColor("#cccbfe")Accessibility — WCAG contrast
Aa
#cccbfe on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccbfe on black: 13.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green79.6%
Blue99.6%
CMYK percentages
Cyan19.7%
Magenta20.1%
Yellow0.0%
Key (black)0.4%
Color previews
#cccbfe text on a black background
contrast 13.54:1
Card sample
#cccbfe text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccbfe;
Background color
Panel with #cccbfe background
background-color: #cccbfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccbfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 203, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 203, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccbfe; background: linear-gradient(135deg, #cccbfe, #EECBFE);