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