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