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