#bcdbeb
a light, vivid blue · cool · closest name: lavender
RGB
188, 219, 235
HSL
200°, 54%, 83%
CMYK
20, 7, 0, 8
Luminance
0.6735
Every format
| HEX | #bcdbeb |
| RGB | rgb(188, 219, 235) |
| HSL | hsl(200, 54%, 83%) |
| CMYK | cmyk(20%, 7%, 0%, 8%) |
| LAB | lab(85.7 -6.8 -11.2) |
| LCH | lch(85.7 13.2 238.6) |
| OKLCH | oklch(0.874 0.040 230.3) |
Copy-ready code
/* CSS */
color: #bcdbeb;
background-color: #bcdbeb;
/* Tailwind (arbitrary) */
class="text-[#bcdbeb] bg-[#bcdbeb]"
/* SCSS */
$brand: #bcdbeb;
/* SwiftUI */
Color(red: 0.737, green: 0.859, blue: 0.922)
/* Android */
Color.parseColor("#bcdbeb")Accessibility — WCAG contrast
Aa
#bcdbeb on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcdbeb on black: 14.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green85.9%
Blue92.2%
CMYK percentages
Cyan20.0%
Magenta6.8%
Yellow0.0%
Key (black)7.8%
Color previews
#bcdbeb text on a black background
contrast 14.47:1
Card sample
#bcdbeb text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcdbeb;
Background color
Panel with #bcdbeb background
background-color: #bcdbeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcdbeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 219, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 219, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcdbeb; background: linear-gradient(135deg, #bcdbeb, #BCBCEB);