#bcdbf3
a light, vivid blue · cool · closest name: lavender
RGB
188, 219, 243
HSL
206°, 70%, 85%
CMYK
23, 10, 0, 5
Luminance
0.6783
Every format
| HEX | #bcdbf3 |
| RGB | rgb(188, 219, 243) |
| HSL | hsl(206, 70%, 85%) |
| CMYK | cmyk(23%, 10%, 0%, 5%) |
| LAB | lab(85.9 -5.1 -15.1) |
| LCH | lch(85.9 15.9 251.3) |
| OKLCH | oklch(0.876 0.047 241.4) |
Copy-ready code
/* CSS */
color: #bcdbf3;
background-color: #bcdbf3;
/* Tailwind (arbitrary) */
class="text-[#bcdbf3] bg-[#bcdbf3]"
/* SCSS */
$brand: #bcdbf3;
/* SwiftUI */
Color(red: 0.737, green: 0.859, blue: 0.953)
/* Android */
Color.parseColor("#bcdbf3")Accessibility — WCAG contrast
Aa
#bcdbf3 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcdbf3 on black: 14.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green85.9%
Blue95.3%
CMYK percentages
Cyan22.6%
Magenta9.9%
Yellow0.0%
Key (black)4.7%
Color previews
#bcdbf3 text on a black background
contrast 14.57:1
Card sample
#bcdbf3 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcdbf3;
Background color
Panel with #bcdbf3 background
background-color: #bcdbf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcdbf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 219, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 219, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcdbf3; background: linear-gradient(135deg, #bcdbf3, #C2BCF3);