#bcf7fe
a pale, electric cyan · cool · closest name: skyblue
RGB
188, 247, 254
HSL
186°, 97%, 87%
CMYK
26, 3, 0, 0
Luminance
0.8437
Every format
| HEX | #bcf7fe |
| RGB | rgb(188, 247, 254) |
| HSL | hsl(186, 97%, 87%) |
| CMYK | cmyk(26%, 3%, 0%, 0%) |
| LAB | lab(93.6 -16.9 -9.4) |
| LCH | lch(93.6 19.3 209.1) |
| OKLCH | oklch(0.939 0.060 205.3) |
Copy-ready code
/* CSS */
color: #bcf7fe;
background-color: #bcf7fe;
/* Tailwind (arbitrary) */
class="text-[#bcf7fe] bg-[#bcf7fe]"
/* SCSS */
$brand: #bcf7fe;
/* SwiftUI */
Color(red: 0.737, green: 0.969, blue: 0.996)
/* Android */
Color.parseColor("#bcf7fe")Accessibility — WCAG contrast
Aa
#bcf7fe on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcf7fe on black: 17.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green96.9%
Blue99.6%
CMYK percentages
Cyan26.0%
Magenta2.8%
Yellow0.0%
Key (black)0.4%
Color previews
#bcf7fe text on a black background
contrast 17.87:1
Card sample
#bcf7fe text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcf7fe;
Background color
Panel with #bcf7fe background
background-color: #bcf7fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcf7fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 247, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 247, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcf7fe; background: linear-gradient(135deg, #bcf7fe, #BCCBFE);