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