#bcfacf
a pale, electric green · cool · closest name: aquamarine
RGB
188, 250, 207
HSL
138°, 86%, 86%
CMYK
25, 0, 17, 2
Luminance
0.8357
Every format
| HEX | #bcfacf |
| RGB | rgb(188, 250, 207) |
| HSL | hsl(138, 86%, 86%) |
| CMYK | cmyk(25%, 0%, 17%, 2%) |
| LAB | lab(93.3 -27.8 14.4) |
| LCH | lch(93.3 31.3 152.6) |
| OKLCH | oklch(0.932 0.085 154.2) |
Copy-ready code
/* CSS */
color: #bcfacf;
background-color: #bcfacf;
/* Tailwind (arbitrary) */
class="text-[#bcfacf] bg-[#bcfacf]"
/* SCSS */
$brand: #bcfacf;
/* SwiftUI */
Color(red: 0.737, green: 0.980, blue: 0.812)
/* Android */
Color.parseColor("#bcfacf")Accessibility — WCAG contrast
Aa
#bcfacf on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcfacf on black: 17.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green98.0%
Blue81.2%
CMYK percentages
Cyan24.8%
Magenta0.0%
Yellow17.2%
Key (black)2.0%
Color previews
#bcfacf text on a black background
contrast 17.71:1
Card sample
#bcfacf text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcfacf;
Background color
Panel with #bcfacf background
background-color: #bcfacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcfacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 250, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 250, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcfacf; background: linear-gradient(135deg, #bcfacf, #BCFAF8);