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