#bafea2
a light, electric green · cool · closest name: aquamarine
RGB
186, 254, 162
HSL
104°, 98%, 82%
CMYK
27, 0, 36, 0
Luminance
0.8393
Every format
| HEX | #bafea2 |
| RGB | rgb(186, 254, 162) |
| HSL | hsl(104, 98%, 82%) |
| CMYK | cmyk(27%, 0%, 36%, 0%) |
| LAB | lab(93.4 -37.5 37.4) |
| LCH | lch(93.4 53.0 135.1) |
| OKLCH | oklch(0.930 0.138 137.8) |
Copy-ready code
/* CSS */
color: #bafea2;
background-color: #bafea2;
/* Tailwind (arbitrary) */
class="text-[#bafea2] bg-[#bafea2]"
/* SCSS */
$brand: #bafea2;
/* SwiftUI */
Color(red: 0.729, green: 0.996, blue: 0.635)
/* Android */
Color.parseColor("#bafea2")Accessibility — WCAG contrast
Aa
#bafea2 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bafea2 on black: 17.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green99.6%
Blue63.5%
CMYK percentages
Cyan26.8%
Magenta0.0%
Yellow36.2%
Key (black)0.4%
Color previews
#bafea2 text on a black background
contrast 17.79:1
Card sample
#bafea2 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bafea2;
Background color
Panel with #bafea2 background
background-color: #bafea2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bafea2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 254, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 254, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bafea2; background: linear-gradient(135deg, #bafea2, #A2FEC7);