#bcceeb
a light, vivid blue · cool · closest name: lavender
RGB
188, 206, 235
HSL
217°, 54%, 83%
CMYK
20, 12, 0, 8
Luminance
0.6083
Every format
| HEX | #bcceeb |
| RGB | rgb(188, 206, 235) |
| HSL | hsl(217, 54%, 83%) |
| CMYK | cmyk(20%, 12%, 0%, 8%) |
| LAB | lab(82.3 -0.0 -16.3) |
| LCH | lch(82.3 16.3 269.9) |
| OKLCH | oklch(0.847 0.045 259.9) |
Copy-ready code
/* CSS */
color: #bcceeb;
background-color: #bcceeb;
/* Tailwind (arbitrary) */
class="text-[#bcceeb] bg-[#bcceeb]"
/* SCSS */
$brand: #bcceeb;
/* SwiftUI */
Color(red: 0.737, green: 0.808, blue: 0.922)
/* Android */
Color.parseColor("#bcceeb")Accessibility — WCAG contrast
Aa
#bcceeb on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcceeb on black: 13.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green80.8%
Blue92.2%
CMYK percentages
Cyan20.0%
Magenta12.3%
Yellow0.0%
Key (black)7.8%
Color previews
#bcceeb text on a black background
contrast 13.17:1
Card sample
#bcceeb text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcceeb;
Background color
Panel with #bcceeb background
background-color: #bcceeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcceeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 206, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 206, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcceeb; background: linear-gradient(135deg, #bcceeb, #C9BCEB);