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