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