#bcd2f8
a pale, electric blue · cool · closest name: lavender
RGB
188, 210, 248
HSL
218°, 81%, 86%
CMYK
24, 15, 0, 3
Luminance
0.6356
Every format
| HEX | #bcd2f8 |
| RGB | rgb(188, 210, 248) |
| HSL | hsl(218, 81%, 86%) |
| CMYK | cmyk(24%, 15%, 0%, 3%) |
| LAB | lab(83.7 0.7 -21.1) |
| LCH | lch(83.7 21.1 272.0) |
| OKLCH | oklch(0.860 0.058 261.4) |
Copy-ready code
/* CSS */
color: #bcd2f8;
background-color: #bcd2f8;
/* Tailwind (arbitrary) */
class="text-[#bcd2f8] bg-[#bcd2f8]"
/* SCSS */
$brand: #bcd2f8;
/* SwiftUI */
Color(red: 0.737, green: 0.824, blue: 0.973)
/* Android */
Color.parseColor("#bcd2f8")Accessibility — WCAG contrast
Aa
#bcd2f8 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcd2f8 on black: 13.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green82.4%
Blue97.3%
CMYK percentages
Cyan24.2%
Magenta15.3%
Yellow0.0%
Key (black)2.7%
Color previews
#bcd2f8 text on a black background
contrast 13.71:1
Card sample
#bcd2f8 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcd2f8;
Background color
Panel with #bcd2f8 background
background-color: #bcd2f8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcd2f8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 210, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 210, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcd2f8; background: linear-gradient(135deg, #bcd2f8, #CEBCF8);