#bcfcff
a pale, electric cyan · cool · closest name: skyblue
RGB
188, 252, 255
HSL
183°, 100%, 87%
CMYK
26, 1, 0, 0
Luminance
0.8753
Every format
| HEX | #bcfcff |
| RGB | rgb(188, 252, 255) |
| HSL | hsl(183, 100%, 87%) |
| CMYK | cmyk(26%, 1%, 0%, 0%) |
| LAB | lab(95.0 -19.1 -7.9) |
| LCH | lch(95.0 20.7 202.4) |
| OKLCH | oklch(0.949 0.064 199.8) |
Copy-ready code
/* CSS */
color: #bcfcff;
background-color: #bcfcff;
/* Tailwind (arbitrary) */
class="text-[#bcfcff] bg-[#bcfcff]"
/* SCSS */
$brand: #bcfcff;
/* SwiftUI */
Color(red: 0.737, green: 0.988, blue: 1.000)
/* Android */
Color.parseColor("#bcfcff")Accessibility — WCAG contrast
Aa
#bcfcff on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcfcff on black: 18.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green98.8%
Blue100.0%
CMYK percentages
Cyan26.3%
Magenta1.2%
Yellow0.0%
Key (black)0.0%
Color previews
#bcfcff text on a black background
contrast 18.51:1
Card sample
#bcfcff text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcfcff;
Background color
Panel with #bcfcff background
background-color: #bcfcff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcfcff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 252, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 252, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcfcff; background: linear-gradient(135deg, #bcfcff, #BCCFFF);