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