#bcdfeb
a light, vivid cyan · cool · closest name: lavender
RGB
188, 223, 235
HSL
195°, 54%, 83%
CMYK
20, 5, 0, 8
Luminance
0.6946
Every format
| HEX | #bcdfeb |
| RGB | rgb(188, 223, 235) |
| HSL | hsl(195, 54%, 83%) |
| CMYK | cmyk(20%, 5%, 0%, 8%) |
| LAB | lab(86.7 -8.9 -9.7) |
| LCH | lch(86.7 13.2 227.3) |
| OKLCH | oklch(0.882 0.040 220.6) |
Copy-ready code
/* CSS */
color: #bcdfeb;
background-color: #bcdfeb;
/* Tailwind (arbitrary) */
class="text-[#bcdfeb] bg-[#bcdfeb]"
/* SCSS */
$brand: #bcdfeb;
/* SwiftUI */
Color(red: 0.737, green: 0.875, blue: 0.922)
/* Android */
Color.parseColor("#bcdfeb")Accessibility — WCAG contrast
Aa
#bcdfeb on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcdfeb on black: 14.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green87.5%
Blue92.2%
CMYK percentages
Cyan20.0%
Magenta5.1%
Yellow0.0%
Key (black)7.8%
Color previews
#bcdfeb text on a black background
contrast 14.89:1
Card sample
#bcdfeb text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcdfeb;
Background color
Panel with #bcdfeb background
background-color: #bcdfeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcdfeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 223, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 223, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcdfeb; background: linear-gradient(135deg, #bcdfeb, #BCC0EB);