#bafeab
a light, electric green · cool · closest name: aquamarine
RGB
186, 254, 171
HSL
109°, 98%, 83%
CMYK
27, 0, 33, 0
Luminance
0.8426
Every format
| HEX | #bafeab |
| RGB | rgb(186, 254, 171) |
| HSL | hsl(109, 98%, 83%) |
| CMYK | cmyk(27%, 0%, 33%, 0%) |
| LAB | lab(93.6 -36.2 33.1) |
| LCH | lch(93.6 49.1 137.6) |
| OKLCH | oklch(0.932 0.129 140.0) |
Copy-ready code
/* CSS */
color: #bafeab;
background-color: #bafeab;
/* Tailwind (arbitrary) */
class="text-[#bafeab] bg-[#bafeab]"
/* SCSS */
$brand: #bafeab;
/* SwiftUI */
Color(red: 0.729, green: 0.996, blue: 0.671)
/* Android */
Color.parseColor("#bafeab")Accessibility — WCAG contrast
Aa
#bafeab on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bafeab on black: 17.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green99.6%
Blue67.1%
CMYK percentages
Cyan26.8%
Magenta0.0%
Yellow32.7%
Key (black)0.4%
Color previews
#bafeab text on a black background
contrast 17.85:1
Card sample
#bafeab text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bafeab;
Background color
Panel with #bafeab background
background-color: #bafeab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bafeab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 254, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 254, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bafeab; background: linear-gradient(135deg, #bafeab, #ABFED3);