#bcfeec
a pale, electric cyan · cool · closest name: beige
RGB
188, 254, 236
HSL
164°, 97%, 87%
CMYK
26, 0, 7, 0
Luminance
0.8763
Every format
| HEX | #bcfeec |
| RGB | rgb(188, 254, 236) |
| HSL | hsl(164, 97%, 87%) |
| CMYK | cmyk(26%, 0%, 7%, 0%) |
| LAB | lab(95.0 -24.1 2.0) |
| LCH | lch(95.0 24.2 175.3) |
| OKLCH | oklch(0.948 0.070 176.0) |
Copy-ready code
/* CSS */
color: #bcfeec;
background-color: #bcfeec;
/* Tailwind (arbitrary) */
class="text-[#bcfeec] bg-[#bcfeec]"
/* SCSS */
$brand: #bcfeec;
/* SwiftUI */
Color(red: 0.737, green: 0.996, blue: 0.925)
/* Android */
Color.parseColor("#bcfeec")Accessibility — WCAG contrast
Aa
#bcfeec on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcfeec on black: 18.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green99.6%
Blue92.5%
CMYK percentages
Cyan26.0%
Magenta0.0%
Yellow7.1%
Key (black)0.4%
Color previews
#bcfeec text on a black background
contrast 18.53:1
Card sample
#bcfeec text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcfeec;
Background color
Panel with #bcfeec background
background-color: #bcfeec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcfeec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 254, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 254, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcfeec; background: linear-gradient(135deg, #bcfeec, #BCE4FE);