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