#bcfffd
a pale, electric cyan · cool · closest name: white
RGB
188, 255, 253
HSL
178°, 100%, 87%
CMYK
26, 0, 1, 0
Luminance
0.8930
Every format
| HEX | #bcfffd |
| RGB | rgb(188, 255, 253) |
| HSL | hsl(178, 100%, 87%) |
| CMYK | cmyk(26%, 0%, 1%, 0%) |
| LAB | lab(95.7 -21.1 -5.8) |
| LCH | lch(95.7 21.8 195.3) |
| OKLCH | oklch(0.955 0.067 193.8) |
Copy-ready code
/* CSS */
color: #bcfffd;
background-color: #bcfffd;
/* Tailwind (arbitrary) */
class="text-[#bcfffd] bg-[#bcfffd]"
/* SCSS */
$brand: #bcfffd;
/* SwiftUI */
Color(red: 0.737, green: 1.000, blue: 0.992)
/* Android */
Color.parseColor("#bcfffd")Accessibility — WCAG contrast
Aa
#bcfffd on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcfffd on black: 18.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green100.0%
Blue99.2%
CMYK percentages
Cyan26.3%
Magenta0.0%
Yellow0.8%
Key (black)0.0%
Color previews
#bcfffd text on a black background
contrast 18.86:1
Card sample
#bcfffd text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcfffd;
Background color
Panel with #bcfffd background
background-color: #bcfffd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcfffd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 255, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 255, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcfffd; background: linear-gradient(135deg, #bcfffd, #BCD4FF);