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