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