#bcf2fe
a pale, electric cyan · cool · closest name: skyblue
RGB
188, 242, 254
HSL
191°, 97%, 87%
CMYK
26, 5, 0, 0
Luminance
0.8135
Every format
| HEX | #bcf2fe |
| RGB | rgb(188, 242, 254) |
| HSL | hsl(191, 97%, 87%) |
| CMYK | cmyk(26%, 5%, 0%, 0%) |
| LAB | lab(92.3 -14.4 -11.4) |
| LCH | lch(92.3 18.4 218.3) |
| OKLCH | oklch(0.928 0.057 212.8) |
Copy-ready code
/* CSS */
color: #bcf2fe;
background-color: #bcf2fe;
/* Tailwind (arbitrary) */
class="text-[#bcf2fe] bg-[#bcf2fe]"
/* SCSS */
$brand: #bcf2fe;
/* SwiftUI */
Color(red: 0.737, green: 0.949, blue: 0.996)
/* Android */
Color.parseColor("#bcf2fe")Accessibility — WCAG contrast
Aa
#bcf2fe on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcf2fe on black: 17.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green94.9%
Blue99.6%
CMYK percentages
Cyan26.0%
Magenta4.7%
Yellow0.0%
Key (black)0.4%
Color previews
#bcf2fe text on a black background
contrast 17.27:1
Card sample
#bcf2fe text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcf2fe;
Background color
Panel with #bcf2fe background
background-color: #bcf2fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcf2fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 242, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 242, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcf2fe; background: linear-gradient(135deg, #bcf2fe, #BCC6FE);