#bcfad7
a pale, electric green · cool · closest name: aquamarine
RGB
188, 250, 215
HSL
146°, 86%, 86%
CMYK
25, 0, 14, 2
Luminance
0.8397
Every format
| HEX | #bcfad7 |
| RGB | rgb(188, 250, 215) |
| HSL | hsl(146, 86%, 86%) |
| CMYK | cmyk(25%, 0%, 14%, 2%) |
| LAB | lab(93.4 -26.3 10.5) |
| LCH | lch(93.4 28.3 158.2) |
| OKLCH | oklch(0.934 0.079 159.7) |
Copy-ready code
/* CSS */
color: #bcfad7;
background-color: #bcfad7;
/* Tailwind (arbitrary) */
class="text-[#bcfad7] bg-[#bcfad7]"
/* SCSS */
$brand: #bcfad7;
/* SwiftUI */
Color(red: 0.737, green: 0.980, blue: 0.843)
/* Android */
Color.parseColor("#bcfad7")Accessibility — WCAG contrast
Aa
#bcfad7 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcfad7 on black: 17.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green98.0%
Blue84.3%
CMYK percentages
Cyan24.8%
Magenta0.0%
Yellow14.0%
Key (black)2.0%
Color previews
#bcfad7 text on a black background
contrast 17.79:1
Card sample
#bcfad7 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcfad7;
Background color
Panel with #bcfad7 background
background-color: #bcfad7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcfad7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 250, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 250, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcfad7; background: linear-gradient(135deg, #bcfad7, #BCF4FA);