#bcfffc
a pale, electric cyan · cool · closest name: white
RGB
188, 255, 252
HSL
177°, 100%, 87%
CMYK
26, 0, 1, 0
Luminance
0.8924
Every format
| HEX | #bcfffc |
| RGB | rgb(188, 255, 252) |
| HSL | hsl(177, 100%, 87%) |
| CMYK | cmyk(26%, 0%, 1%, 0%) |
| LAB | lab(95.7 -21.3 -5.3) |
| LCH | lch(95.7 21.9 194.0) |
| OKLCH | oklch(0.955 0.067 192.6) |
Copy-ready code
/* CSS */
color: #bcfffc;
background-color: #bcfffc;
/* Tailwind (arbitrary) */
class="text-[#bcfffc] bg-[#bcfffc]"
/* SCSS */
$brand: #bcfffc;
/* SwiftUI */
Color(red: 0.737, green: 1.000, blue: 0.988)
/* Android */
Color.parseColor("#bcfffc")Accessibility — WCAG contrast
Aa
#bcfffc on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcfffc on black: 18.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green100.0%
Blue98.8%
CMYK percentages
Cyan26.3%
Magenta0.0%
Yellow1.2%
Key (black)0.0%
Color previews
#bcfffc text on a black background
contrast 18.85:1
Card sample
#bcfffc text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcfffc;
Background color
Panel with #bcfffc background
background-color: #bcfffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcfffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 255, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 255, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcfffc; background: linear-gradient(135deg, #bcfffc, #BCD5FF);