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