#bafba4
a light, electric green · cool · closest name: aquamarine
RGB
186, 251, 164
HSL
105°, 92%, 81%
CMYK
26, 0, 35, 2
Luminance
0.8211
Every format
| HEX | #bafba4 |
| RGB | rgb(186, 251, 164) |
| HSL | hsl(105, 92%, 81%) |
| CMYK | cmyk(26%, 0%, 35%, 2%) |
| LAB | lab(92.6 -35.9 35.4) |
| LCH | lch(92.6 50.4 135.4) |
| OKLCH | oklch(0.924 0.132 138.0) |
Copy-ready code
/* CSS */
color: #bafba4;
background-color: #bafba4;
/* Tailwind (arbitrary) */
class="text-[#bafba4] bg-[#bafba4]"
/* SCSS */
$brand: #bafba4;
/* SwiftUI */
Color(red: 0.729, green: 0.984, blue: 0.643)
/* Android */
Color.parseColor("#bafba4")Accessibility — WCAG contrast
Aa
#bafba4 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bafba4 on black: 17.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green98.4%
Blue64.3%
CMYK percentages
Cyan25.9%
Magenta0.0%
Yellow34.7%
Key (black)1.6%
Color previews
#bafba4 text on a black background
contrast 17.42:1
Card sample
#bafba4 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bafba4;
Background color
Panel with #bafba4 background
background-color: #bafba4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bafba4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 251, 164, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 251, 164, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bafba4; background: linear-gradient(135deg, #bafba4, #A4FBC8);