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