#bcddef
a light, vivid blue · cool · closest name: lavender
RGB
188, 221, 239
HSL
201°, 61%, 84%
CMYK
21, 8, 0, 6
Luminance
0.6864
Every format
| HEX | #bcddef |
| RGB | rgb(188, 221, 239) |
| HSL | hsl(201, 61%, 84%) |
| CMYK | cmyk(21%, 8%, 0%, 6%) |
| LAB | lab(86.3 -7.0 -12.4) |
| LCH | lch(86.3 14.3 240.5) |
| OKLCH | oklch(0.879 0.043 231.8) |
Copy-ready code
/* CSS */
color: #bcddef;
background-color: #bcddef;
/* Tailwind (arbitrary) */
class="text-[#bcddef] bg-[#bcddef]"
/* SCSS */
$brand: #bcddef;
/* SwiftUI */
Color(red: 0.737, green: 0.867, blue: 0.937)
/* Android */
Color.parseColor("#bcddef")Accessibility — WCAG contrast
Aa
#bcddef on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcddef on black: 14.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green86.7%
Blue93.7%
CMYK percentages
Cyan21.3%
Magenta7.5%
Yellow0.0%
Key (black)6.3%
Color previews
#bcddef text on a black background
contrast 14.73:1
Card sample
#bcddef text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcddef;
Background color
Panel with #bcddef background
background-color: #bcddef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcddef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 221, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 221, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcddef; background: linear-gradient(135deg, #bcddef, #BDBCEF);