#bcdcff
a pale, electric blue · cool · closest name: lavender
RGB
188, 220, 255
HSL
211°, 100%, 87%
CMYK
26, 14, 0, 0
Luminance
0.6910
Every format
| HEX | #bcdcff |
| RGB | rgb(188, 220, 255) |
| HSL | hsl(211, 100%, 87%) |
| CMYK | cmyk(26%, 14%, 0%, 0%) |
| LAB | lab(86.5 -2.9 -20.5) |
| LCH | lch(86.5 20.7 261.9) |
| OKLCH | oklch(0.883 0.059 250.8) |
Copy-ready code
/* CSS */
color: #bcdcff;
background-color: #bcdcff;
/* Tailwind (arbitrary) */
class="text-[#bcdcff] bg-[#bcdcff]"
/* SCSS */
$brand: #bcdcff;
/* SwiftUI */
Color(red: 0.737, green: 0.863, blue: 1.000)
/* Android */
Color.parseColor("#bcdcff")Accessibility — WCAG contrast
Aa
#bcdcff on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcdcff on black: 14.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green86.3%
Blue100.0%
CMYK percentages
Cyan26.3%
Magenta13.7%
Yellow0.0%
Key (black)0.0%
Color previews
#bcdcff text on a black background
contrast 14.82:1
Card sample
#bcdcff text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcdcff;
Background color
Panel with #bcdcff background
background-color: #bcdcff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcdcff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 220, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 220, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcdcff; background: linear-gradient(135deg, #bcdcff, #C9BCFF);