#bcdeee
a light, vivid cyan · cool · closest name: lavender
RGB
188, 222, 238
HSL
199°, 60%, 84%
CMYK
21, 7, 0, 7
Luminance
0.6911
Every format
| HEX | #bcdeee |
| RGB | rgb(188, 222, 238) |
| HSL | hsl(199, 60%, 84%) |
| CMYK | cmyk(21%, 7%, 0%, 7%) |
| LAB | lab(86.6 -7.8 -11.5) |
| LCH | lch(86.6 13.9 236.1) |
| OKLCH | oklch(0.881 0.042 227.9) |
Copy-ready code
/* CSS */
color: #bcdeee;
background-color: #bcdeee;
/* Tailwind (arbitrary) */
class="text-[#bcdeee] bg-[#bcdeee]"
/* SCSS */
$brand: #bcdeee;
/* SwiftUI */
Color(red: 0.737, green: 0.871, blue: 0.933)
/* Android */
Color.parseColor("#bcdeee")Accessibility — WCAG contrast
Aa
#bcdeee on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcdeee on black: 14.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green87.1%
Blue93.3%
CMYK percentages
Cyan21.0%
Magenta6.7%
Yellow0.0%
Key (black)6.7%
Color previews
#bcdeee text on a black background
contrast 14.82:1
Card sample
#bcdeee text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcdeee;
Background color
Panel with #bcdeee background
background-color: #bcdeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcdeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 222, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 222, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcdeee; background: linear-gradient(135deg, #bcdeee, #BCBDEE);