#bcf0fc
a pale, electric cyan · cool · closest name: skyblue
RGB
188, 240, 252
HSL
191°, 91%, 86%
CMYK
25, 5, 0, 1
Luminance
0.8004
Every format
| HEX | #bcf0fc |
| RGB | rgb(188, 240, 252) |
| HSL | hsl(191, 91%, 86%) |
| CMYK | cmyk(25%, 5%, 0%, 1%) |
| LAB | lab(91.7 -13.8 -11.2) |
| LCH | lch(91.7 17.8 218.9) |
| OKLCH | oklch(0.923 0.055 213.4) |
Copy-ready code
/* CSS */
color: #bcf0fc;
background-color: #bcf0fc;
/* Tailwind (arbitrary) */
class="text-[#bcf0fc] bg-[#bcf0fc]"
/* SCSS */
$brand: #bcf0fc;
/* SwiftUI */
Color(red: 0.737, green: 0.941, blue: 0.988)
/* Android */
Color.parseColor("#bcf0fc")Accessibility — WCAG contrast
Aa
#bcf0fc on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcf0fc on black: 17.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green94.1%
Blue98.8%
CMYK percentages
Cyan25.4%
Magenta4.8%
Yellow0.0%
Key (black)1.2%
Color previews
#bcf0fc text on a black background
contrast 17.01:1
Card sample
#bcf0fc text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcf0fc;
Background color
Panel with #bcf0fc background
background-color: #bcf0fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcf0fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 240, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 240, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcf0fc; background: linear-gradient(135deg, #bcf0fc, #BCC5FC);