#bcdaff
a pale, electric blue · cool · closest name: lavender
RGB
188, 218, 255
HSL
213°, 100%, 87%
CMYK
26, 15, 0, 0
Luminance
0.6805
Every format
| HEX | #bcdaff |
| RGB | rgb(188, 218, 255) |
| HSL | hsl(213, 100%, 87%) |
| CMYK | cmyk(26%, 15%, 0%, 0%) |
| LAB | lab(86.0 -1.9 -21.3) |
| LCH | lch(86.0 21.4 264.9) |
| OKLCH | oklch(0.879 0.061 253.8) |
Copy-ready code
/* CSS */
color: #bcdaff;
background-color: #bcdaff;
/* Tailwind (arbitrary) */
class="text-[#bcdaff] bg-[#bcdaff]"
/* SCSS */
$brand: #bcdaff;
/* SwiftUI */
Color(red: 0.737, green: 0.855, blue: 1.000)
/* Android */
Color.parseColor("#bcdaff")Accessibility — WCAG contrast
Aa
#bcdaff on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcdaff on black: 14.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green85.5%
Blue100.0%
CMYK percentages
Cyan26.3%
Magenta14.5%
Yellow0.0%
Key (black)0.0%
Color previews
#bcdaff text on a black background
contrast 14.61:1
Card sample
#bcdaff text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcdaff;
Background color
Panel with #bcdaff background
background-color: #bcdaff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcdaff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 218, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 218, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcdaff; background: linear-gradient(135deg, #bcdaff, #CBBCFF);