#bafba9
a light, electric green · cool · closest name: aquamarine
RGB
186, 251, 169
HSL
108°, 91%, 82%
CMYK
26, 0, 33, 2
Luminance
0.8230
Every format
| HEX | #bafba9 |
| RGB | rgb(186, 251, 169) |
| HSL | hsl(108, 91%, 82%) |
| CMYK | cmyk(26%, 0%, 33%, 2%) |
| LAB | lab(92.7 -35.1 33.0) |
| LCH | lch(92.7 48.2 136.8) |
| OKLCH | oklch(0.925 0.127 139.3) |
Copy-ready code
/* CSS */
color: #bafba9;
background-color: #bafba9;
/* Tailwind (arbitrary) */
class="text-[#bafba9] bg-[#bafba9]"
/* SCSS */
$brand: #bafba9;
/* SwiftUI */
Color(red: 0.729, green: 0.984, blue: 0.663)
/* Android */
Color.parseColor("#bafba9")Accessibility — WCAG contrast
Aa
#bafba9 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bafba9 on black: 17.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green98.4%
Blue66.3%
CMYK percentages
Cyan25.9%
Magenta0.0%
Yellow32.7%
Key (black)1.6%
Color previews
#bafba9 text on a black background
contrast 17.46:1
Card sample
#bafba9 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bafba9;
Background color
Panel with #bafba9 background
background-color: #bafba9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bafba9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 251, 169, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 251, 169, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bafba9; background: linear-gradient(135deg, #bafba9, #A9FBCF);