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