#bcd5f4
a light, vivid blue · cool · closest name: lavender
RGB
188, 213, 244
HSL
213°, 72%, 85%
CMYK
23, 13, 0, 4
Luminance
0.6481
Every format
| HEX | #bcd5f4 |
| RGB | rgb(188, 213, 244) |
| HSL | hsl(213, 72%, 85%) |
| CMYK | cmyk(23%, 13%, 0%, 4%) |
| LAB | lab(84.4 -1.7 -17.9) |
| LCH | lch(84.4 18.0 264.5) |
| OKLCH | oklch(0.865 0.051 253.9) |
Copy-ready code
/* CSS */
color: #bcd5f4;
background-color: #bcd5f4;
/* Tailwind (arbitrary) */
class="text-[#bcd5f4] bg-[#bcd5f4]"
/* SCSS */
$brand: #bcd5f4;
/* SwiftUI */
Color(red: 0.737, green: 0.835, blue: 0.957)
/* Android */
Color.parseColor("#bcd5f4")Accessibility — WCAG contrast
Aa
#bcd5f4 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcd5f4 on black: 13.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green83.5%
Blue95.7%
CMYK percentages
Cyan23.0%
Magenta12.7%
Yellow0.0%
Key (black)4.3%
Color previews
#bcd5f4 text on a black background
contrast 13.96:1
Card sample
#bcd5f4 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcd5f4;
Background color
Panel with #bcd5f4 background
background-color: #bcd5f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcd5f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 213, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 213, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcd5f4; background: linear-gradient(135deg, #bcd5f4, #C8BCF4);