#bcf3fe
a pale, electric cyan · cool · closest name: skyblue
RGB
188, 243, 254
HSL
190°, 97%, 87%
CMYK
26, 4, 0, 0
Luminance
0.8195
Every format
| HEX | #bcf3fe |
| RGB | rgb(188, 243, 254) |
| HSL | hsl(190, 97%, 87%) |
| CMYK | cmyk(26%, 4%, 0%, 0%) |
| LAB | lab(92.5 -14.9 -11.0) |
| LCH | lch(92.5 18.5 216.3) |
| OKLCH | oklch(0.930 0.058 211.2) |
Copy-ready code
/* CSS */
color: #bcf3fe;
background-color: #bcf3fe;
/* Tailwind (arbitrary) */
class="text-[#bcf3fe] bg-[#bcf3fe]"
/* SCSS */
$brand: #bcf3fe;
/* SwiftUI */
Color(red: 0.737, green: 0.953, blue: 0.996)
/* Android */
Color.parseColor("#bcf3fe")Accessibility — WCAG contrast
Aa
#bcf3fe on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcf3fe on black: 17.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green95.3%
Blue99.6%
CMYK percentages
Cyan26.0%
Magenta4.3%
Yellow0.0%
Key (black)0.4%
Color previews
#bcf3fe text on a black background
contrast 17.39:1
Card sample
#bcf3fe text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcf3fe;
Background color
Panel with #bcf3fe background
background-color: #bcf3fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcf3fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 243, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 243, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcf3fe; background: linear-gradient(135deg, #bcf3fe, #BCC7FE);