#bcdfe8
a light, vivid cyan · cool · closest name: lavender
RGB
188, 223, 232
HSL
192°, 49%, 82%
CMYK
19, 4, 0, 9
Luminance
0.6929
Every format
| HEX | #bcdfe8 |
| RGB | rgb(188, 223, 232) |
| HSL | hsl(192, 49%, 82%) |
| CMYK | cmyk(19%, 4%, 0%, 9%) |
| LAB | lab(86.7 -9.5 -8.2) |
| LCH | lch(86.7 12.6 220.7) |
| OKLCH | oklch(0.881 0.039 215.0) |
Copy-ready code
/* CSS */
color: #bcdfe8;
background-color: #bcdfe8;
/* Tailwind (arbitrary) */
class="text-[#bcdfe8] bg-[#bcdfe8]"
/* SCSS */
$brand: #bcdfe8;
/* SwiftUI */
Color(red: 0.737, green: 0.875, blue: 0.910)
/* Android */
Color.parseColor("#bcdfe8")Accessibility — WCAG contrast
Aa
#bcdfe8 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcdfe8 on black: 14.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green87.5%
Blue91.0%
CMYK percentages
Cyan19.0%
Magenta3.9%
Yellow0.0%
Key (black)9.0%
Color previews
#bcdfe8 text on a black background
contrast 14.86:1
Card sample
#bcdfe8 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcdfe8;
Background color
Panel with #bcdfe8 background
background-color: #bcdfe8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcdfe8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 223, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 223, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcdfe8; background: linear-gradient(135deg, #bcdfe8, #BCC2E8);