#bcffdf
a pale, electric green · cool · closest name: aquamarine
RGB
188, 255, 223
HSL
151°, 100%, 87%
CMYK
26, 0, 13, 0
Luminance
0.8754
Every format
| HEX | #bcffdf |
| RGB | rgb(188, 255, 223) |
| HSL | hsl(151, 100%, 87%) |
| CMYK | cmyk(26%, 0%, 13%, 0%) |
| LAB | lab(95.0 -27.2 8.6) |
| LCH | lch(95.0 28.5 162.4) |
| OKLCH | oklch(0.947 0.080 163.8) |
Copy-ready code
/* CSS */
color: #bcffdf;
background-color: #bcffdf;
/* Tailwind (arbitrary) */
class="text-[#bcffdf] bg-[#bcffdf]"
/* SCSS */
$brand: #bcffdf;
/* SwiftUI */
Color(red: 0.737, green: 1.000, blue: 0.875)
/* Android */
Color.parseColor("#bcffdf")Accessibility — WCAG contrast
Aa
#bcffdf on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcffdf on black: 18.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green100.0%
Blue87.5%
CMYK percentages
Cyan26.3%
Magenta0.0%
Yellow12.5%
Key (black)0.0%
Color previews
#bcffdf text on a black background
contrast 18.51:1
Card sample
#bcffdf text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcffdf;
Background color
Panel with #bcffdf background
background-color: #bcffdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcffdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 255, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 255, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcffdf; background: linear-gradient(135deg, #bcffdf, #BCF2FF);