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