#bcfbdf
a pale, electric green · cool · closest name: aquamarine
RGB
188, 251, 223
HSL
153°, 89%, 86%
CMYK
25, 0, 11, 2
Luminance
0.8501
Every format
| HEX | #bcfbdf |
| RGB | rgb(188, 251, 223) |
| HSL | hsl(153, 89%, 86%) |
| CMYK | cmyk(25%, 0%, 11%, 2%) |
| LAB | lab(93.9 -25.3 7.1) |
| LCH | lch(93.9 26.2 164.4) |
| OKLCH | oklch(0.938 0.074 165.7) |
Copy-ready code
/* CSS */
color: #bcfbdf;
background-color: #bcfbdf;
/* Tailwind (arbitrary) */
class="text-[#bcfbdf] bg-[#bcfbdf]"
/* SCSS */
$brand: #bcfbdf;
/* SwiftUI */
Color(red: 0.737, green: 0.984, blue: 0.875)
/* Android */
Color.parseColor("#bcfbdf")Accessibility — WCAG contrast
Aa
#bcfbdf on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcfbdf on black: 18.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green98.4%
Blue87.5%
CMYK percentages
Cyan25.1%
Magenta0.0%
Yellow11.2%
Key (black)1.6%
Color previews
#bcfbdf text on a black background
contrast 18.00:1
Card sample
#bcfbdf text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcfbdf;
Background color
Panel with #bcfbdf background
background-color: #bcfbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcfbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 251, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 251, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcfbdf; background: linear-gradient(135deg, #bcfbdf, #BCEDFB);