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