#bcecf5
a light, vivid cyan · cool · closest name: skyblue
RGB
188, 236, 245
HSL
190°, 74%, 85%
CMYK
23, 4, 0, 4
Luminance
0.7727
Every format
| HEX | #bcecf5 |
| RGB | rgb(188, 236, 245) |
| HSL | hsl(190, 74%, 85%) |
| CMYK | cmyk(23%, 4%, 0%, 4%) |
| LAB | lab(90.5 -13.4 -9.4) |
| LCH | lch(90.5 16.3 215.1) |
| OKLCH | oklch(0.912 0.051 210.3) |
Copy-ready code
/* CSS */
color: #bcecf5;
background-color: #bcecf5;
/* Tailwind (arbitrary) */
class="text-[#bcecf5] bg-[#bcecf5]"
/* SCSS */
$brand: #bcecf5;
/* SwiftUI */
Color(red: 0.737, green: 0.925, blue: 0.961)
/* Android */
Color.parseColor("#bcecf5")Accessibility — WCAG contrast
Aa
#bcecf5 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcecf5 on black: 16.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green92.5%
Blue96.1%
CMYK percentages
Cyan23.3%
Magenta3.7%
Yellow0.0%
Key (black)3.9%
Color previews
#bcecf5 text on a black background
contrast 16.45:1
Card sample
#bcecf5 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcecf5;
Background color
Panel with #bcecf5 background
background-color: #bcecf5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcecf5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 236, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 236, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcecf5; background: linear-gradient(135deg, #bcecf5, #BCC6F5);