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