#cccbf8
a pale, electric blue · warm · closest name: lavender
RGB
204, 203, 248
HSL
241°, 76%, 88%
CMYK
18, 18, 0, 3
Luminance
0.6233
Every format
| HEX | #cccbf8 |
| RGB | rgb(204, 203, 248) |
| HSL | hsl(241, 76%, 88%) |
| CMYK | cmyk(18%, 18%, 0%, 3%) |
| LAB | lab(83.1 9.3 -21.9) |
| LCH | lch(83.1 23.8 293.0) |
| OKLCH | oklch(0.858 0.062 286.0) |
Copy-ready code
/* CSS */
color: #cccbf8;
background-color: #cccbf8;
/* Tailwind (arbitrary) */
class="text-[#cccbf8] bg-[#cccbf8]"
/* SCSS */
$brand: #cccbf8;
/* SwiftUI */
Color(red: 0.800, green: 0.796, blue: 0.973)
/* Android */
Color.parseColor("#cccbf8")Accessibility — WCAG contrast
Aa
#cccbf8 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccbf8 on black: 13.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green79.6%
Blue97.3%
CMYK percentages
Cyan17.7%
Magenta18.1%
Yellow0.0%
Key (black)2.7%
Color previews
#cccbf8 text on a black background
contrast 13.47:1
Card sample
#cccbf8 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccbf8;
Background color
Panel with #cccbf8 background
background-color: #cccbf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccbf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 203, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 203, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccbf8; background: linear-gradient(135deg, #cccbf8, #EACBF8);