#bcfefc
a pale, electric cyan · cool · closest name: white
RGB
188, 254, 252
HSL
178°, 97%, 87%
CMYK
26, 0, 1, 0
Luminance
0.8860
Every format
| HEX | #bcfefc |
| RGB | rgb(188, 254, 252) |
| HSL | hsl(178, 97%, 87%) |
| CMYK | cmyk(26%, 0%, 1%, 0%) |
| LAB | lab(95.4 -20.8 -5.7) |
| LCH | lch(95.4 21.5 195.3) |
| OKLCH | oklch(0.953 0.066 193.8) |
Copy-ready code
/* CSS */
color: #bcfefc;
background-color: #bcfefc;
/* Tailwind (arbitrary) */
class="text-[#bcfefc] bg-[#bcfefc]"
/* SCSS */
$brand: #bcfefc;
/* SwiftUI */
Color(red: 0.737, green: 0.996, blue: 0.988)
/* Android */
Color.parseColor("#bcfefc")Accessibility — WCAG contrast
Aa
#bcfefc on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcfefc on black: 18.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green99.6%
Blue98.8%
CMYK percentages
Cyan26.0%
Magenta0.0%
Yellow0.8%
Key (black)0.4%
Color previews
#bcfefc text on a black background
contrast 18.72:1
Card sample
#bcfefc text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcfefc;
Background color
Panel with #bcfefc background
background-color: #bcfefc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcfefc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 254, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 254, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcfefc; background: linear-gradient(135deg, #bcfefc, #BCD4FE);