#bcffeb
a pale, electric cyan · cool · closest name: aquamarine
RGB
188, 255, 235
HSL
162°, 100%, 87%
CMYK
26, 0, 8, 0
Luminance
0.8821
Every format
| HEX | #bcffeb |
| RGB | rgb(188, 255, 235) |
| HSL | hsl(162, 100%, 87%) |
| CMYK | cmyk(26%, 0%, 8%, 0%) |
| LAB | lab(95.3 -24.8 2.8) |
| LCH | lch(95.3 25.0 173.5) |
| OKLCH | oklch(0.950 0.072 174.3) |
Copy-ready code
/* CSS */
color: #bcffeb;
background-color: #bcffeb;
/* Tailwind (arbitrary) */
class="text-[#bcffeb] bg-[#bcffeb]"
/* SCSS */
$brand: #bcffeb;
/* SwiftUI */
Color(red: 0.737, green: 1.000, blue: 0.922)
/* Android */
Color.parseColor("#bcffeb")Accessibility — WCAG contrast
Aa
#bcffeb on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcffeb on black: 18.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green100.0%
Blue92.2%
CMYK percentages
Cyan26.3%
Magenta0.0%
Yellow7.8%
Key (black)0.0%
Color previews
#bcffeb text on a black background
contrast 18.64:1
Card sample
#bcffeb text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcffeb;
Background color
Panel with #bcffeb background
background-color: #bcffeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcffeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 255, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 255, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcffeb; background: linear-gradient(135deg, #bcffeb, #BCE6FF);