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