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