#bcfcf2
a pale, electric cyan · cool · closest name: ivory
RGB
188, 252, 242
HSL
171°, 91%, 86%
CMYK
25, 0, 4, 1
Luminance
0.8672
Every format
| HEX | #bcfcf2 |
| RGB | rgb(188, 252, 242) |
| HSL | hsl(171, 91%, 86%) |
| CMYK | cmyk(25%, 0%, 4%, 1%) |
| LAB | lab(94.6 -21.9 -1.7) |
| LCH | lch(94.6 22.0 184.4) |
| OKLCH | oklch(0.946 0.065 184.3) |
Copy-ready code
/* CSS */
color: #bcfcf2;
background-color: #bcfcf2;
/* Tailwind (arbitrary) */
class="text-[#bcfcf2] bg-[#bcfcf2]"
/* SCSS */
$brand: #bcfcf2;
/* SwiftUI */
Color(red: 0.737, green: 0.988, blue: 0.949)
/* Android */
Color.parseColor("#bcfcf2")Accessibility — WCAG contrast
Aa
#bcfcf2 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcfcf2 on black: 18.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green98.8%
Blue94.9%
CMYK percentages
Cyan25.4%
Magenta0.0%
Yellow4.0%
Key (black)1.2%
Color previews
#bcfcf2 text on a black background
contrast 18.34:1
Card sample
#bcfcf2 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcfcf2;
Background color
Panel with #bcfcf2 background
background-color: #bcfcf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcfcf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 252, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 252, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcfcf2; background: linear-gradient(135deg, #bcfcf2, #BCDBFC);