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