#bcfad2
a pale, electric green · cool · closest name: aquamarine
RGB
188, 250, 210
HSL
141°, 86%, 86%
CMYK
25, 0, 16, 2
Luminance
0.8372
Every format
| HEX | #bcfad2 |
| RGB | rgb(188, 250, 210) |
| HSL | hsl(141, 86%, 86%) |
| CMYK | cmyk(25%, 0%, 16%, 2%) |
| LAB | lab(93.3 -27.2 13.0) |
| LCH | lch(93.3 30.2 154.5) |
| OKLCH | oklch(0.933 0.083 156.1) |
Copy-ready code
/* CSS */
color: #bcfad2;
background-color: #bcfad2;
/* Tailwind (arbitrary) */
class="text-[#bcfad2] bg-[#bcfad2]"
/* SCSS */
$brand: #bcfad2;
/* SwiftUI */
Color(red: 0.737, green: 0.980, blue: 0.824)
/* Android */
Color.parseColor("#bcfad2")Accessibility — WCAG contrast
Aa
#bcfad2 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcfad2 on black: 17.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green98.0%
Blue82.4%
CMYK percentages
Cyan24.8%
Magenta0.0%
Yellow16.0%
Key (black)2.0%
Color previews
#bcfad2 text on a black background
contrast 17.74:1
Card sample
#bcfad2 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcfad2;
Background color
Panel with #bcfad2 background
background-color: #bcfad2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcfad2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 250, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 250, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcfad2; background: linear-gradient(135deg, #bcfad2, #BCF9FA);