#bcd9f7
a pale, electric blue · cool · closest name: lavender
RGB
188, 217, 247
HSL
211°, 79%, 85%
CMYK
24, 12, 0, 3
Luminance
0.6703
Every format
| HEX | #bcd9f7 |
| RGB | rgb(188, 217, 247) |
| HSL | hsl(211, 79%, 85%) |
| CMYK | cmyk(24%, 12%, 0%, 3%) |
| LAB | lab(85.5 -3.2 -17.8) |
| LCH | lch(85.5 18.1 259.9) |
| OKLCH | oklch(0.874 0.052 249.3) |
Copy-ready code
/* CSS */
color: #bcd9f7;
background-color: #bcd9f7;
/* Tailwind (arbitrary) */
class="text-[#bcd9f7] bg-[#bcd9f7]"
/* SCSS */
$brand: #bcd9f7;
/* SwiftUI */
Color(red: 0.737, green: 0.851, blue: 0.969)
/* Android */
Color.parseColor("#bcd9f7")Accessibility — WCAG contrast
Aa
#bcd9f7 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcd9f7 on black: 14.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green85.1%
Blue96.9%
CMYK percentages
Cyan23.9%
Magenta12.1%
Yellow0.0%
Key (black)3.1%
Color previews
#bcd9f7 text on a black background
contrast 14.41:1
Card sample
#bcd9f7 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcd9f7;
Background color
Panel with #bcd9f7 background
background-color: #bcd9f7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcd9f7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 217, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 217, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcd9f7; background: linear-gradient(135deg, #bcd9f7, #C6BCF7);