#bcfcd2
a pale, electric green · cool · closest name: aquamarine
RGB
188, 252, 210
HSL
141°, 91%, 86%
CMYK
25, 0, 17, 1
Luminance
0.8497
Every format
| HEX | #bcfcd2 |
| RGB | rgb(188, 252, 210) |
| HSL | hsl(141, 91%, 86%) |
| CMYK | cmyk(25%, 0%, 17%, 1%) |
| LAB | lab(93.9 -28.2 13.7) |
| LCH | lch(93.9 31.4 154.0) |
| OKLCH | oklch(0.937 0.086 155.6) |
Copy-ready code
/* CSS */
color: #bcfcd2;
background-color: #bcfcd2;
/* Tailwind (arbitrary) */
class="text-[#bcfcd2] bg-[#bcfcd2]"
/* SCSS */
$brand: #bcfcd2;
/* SwiftUI */
Color(red: 0.737, green: 0.988, blue: 0.824)
/* Android */
Color.parseColor("#bcfcd2")Accessibility — WCAG contrast
Aa
#bcfcd2 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcfcd2 on black: 17.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green98.8%
Blue82.4%
CMYK percentages
Cyan25.4%
Magenta0.0%
Yellow16.7%
Key (black)1.2%
Color previews
#bcfcd2 text on a black background
contrast 17.99:1
Card sample
#bcfcd2 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcfcd2;
Background color
Panel with #bcfcd2 background
background-color: #bcfcd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcfcd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 252, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 252, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcfcd2; background: linear-gradient(135deg, #bcfcd2, #BCFBFC);