#bcecec
a light, vivid cyan · cool · closest name: white
RGB
188, 236, 236
HSL
180°, 56%, 83%
CMYK
20, 0, 0, 8
Luminance
0.7674
Every format
| HEX | #bcecec |
| RGB | rgb(188, 236, 236) |
| HSL | hsl(180, 56%, 83%) |
| CMYK | cmyk(20%, 0%, 0%, 8%) |
| LAB | lab(90.2 -15.3 -5.1) |
| LCH | lch(90.2 16.1 198.4) |
| OKLCH | oklch(0.910 0.049 196.3) |
Copy-ready code
/* CSS */
color: #bcecec;
background-color: #bcecec;
/* Tailwind (arbitrary) */
class="text-[#bcecec] bg-[#bcecec]"
/* SCSS */
$brand: #bcecec;
/* SwiftUI */
Color(red: 0.737, green: 0.925, blue: 0.925)
/* Android */
Color.parseColor("#bcecec")Accessibility — WCAG contrast
Aa
#bcecec on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcecec on black: 16.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green92.5%
Blue92.5%
CMYK percentages
Cyan20.3%
Magenta0.0%
Yellow0.0%
Key (black)7.5%
Color previews
#bcecec text on a black background
contrast 16.35:1
Card sample
#bcecec text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcecec;
Background color
Panel with #bcecec background
background-color: #bcecec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcecec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 236, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 236, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcecec; background: linear-gradient(135deg, #bcecec, #BCCCEC);