#bcddf5
a light, vivid blue · cool · closest name: lavender
RGB
188, 221, 245
HSL
205°, 74%, 85%
CMYK
23, 10, 0, 4
Luminance
0.6900
Every format
| HEX | #bcddf5 |
| RGB | rgb(188, 221, 245) |
| HSL | hsl(205, 74%, 85%) |
| CMYK | cmyk(23%, 10%, 0%, 4%) |
| LAB | lab(86.5 -5.7 -15.3) |
| LCH | lch(86.5 16.3 249.6) |
| OKLCH | oklch(0.881 0.048 239.7) |
Copy-ready code
/* CSS */
color: #bcddf5;
background-color: #bcddf5;
/* Tailwind (arbitrary) */
class="text-[#bcddf5] bg-[#bcddf5]"
/* SCSS */
$brand: #bcddf5;
/* SwiftUI */
Color(red: 0.737, green: 0.867, blue: 0.961)
/* Android */
Color.parseColor("#bcddf5")Accessibility — WCAG contrast
Aa
#bcddf5 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcddf5 on black: 14.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green86.7%
Blue96.1%
CMYK percentages
Cyan23.3%
Magenta9.8%
Yellow0.0%
Key (black)3.9%
Color previews
#bcddf5 text on a black background
contrast 14.80:1
Card sample
#bcddf5 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcddf5;
Background color
Panel with #bcddf5 background
background-color: #bcddf5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcddf5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 221, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 221, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcddf5; background: linear-gradient(135deg, #bcddf5, #C1BCF5);