#bcccff
a pale, electric blue · warm · closest name: lavender
RGB
188, 204, 255
HSL
226°, 100%, 87%
CMYK
26, 20, 0, 0
Luminance
0.6110
Every format
| HEX | #bcccff |
| RGB | rgb(188, 204, 255) |
| HSL | hsl(226, 100%, 87%) |
| CMYK | cmyk(26%, 20%, 0%, 0%) |
| LAB | lab(82.4 5.5 -26.8) |
| LCH | lch(82.4 27.3 281.7) |
| OKLCH | oklch(0.851 0.073 271.2) |
Copy-ready code
/* CSS */
color: #bcccff;
background-color: #bcccff;
/* Tailwind (arbitrary) */
class="text-[#bcccff] bg-[#bcccff]"
/* SCSS */
$brand: #bcccff;
/* SwiftUI */
Color(red: 0.737, green: 0.800, blue: 1.000)
/* Android */
Color.parseColor("#bcccff")Accessibility — WCAG contrast
Aa
#bcccff on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcccff on black: 13.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green80.0%
Blue100.0%
CMYK percentages
Cyan26.3%
Magenta20.0%
Yellow0.0%
Key (black)0.0%
Color previews
#bcccff text on a black background
contrast 13.22:1
Card sample
#bcccff text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcccff;
Background color
Panel with #bcccff background
background-color: #bcccff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcccff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 204, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 204, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcccff; background: linear-gradient(135deg, #bcccff, #D9BCFF);