#baffab
a light, electric green · cool · closest name: aquamarine
RGB
186, 255, 171
HSL
109°, 100%, 84%
CMYK
27, 0, 33, 0
Luminance
0.8490
Every format
| HEX | #baffab |
| RGB | rgb(186, 255, 171) |
| HSL | hsl(109, 100%, 84%) |
| CMYK | cmyk(27%, 0%, 33%, 0%) |
| LAB | lab(93.8 -36.7 33.5) |
| LCH | lch(93.8 49.6 137.6) |
| OKLCH | oklch(0.934 0.131 140.0) |
Copy-ready code
/* CSS */
color: #baffab;
background-color: #baffab;
/* Tailwind (arbitrary) */
class="text-[#baffab] bg-[#baffab]"
/* SCSS */
$brand: #baffab;
/* SwiftUI */
Color(red: 0.729, green: 1.000, blue: 0.671)
/* Android */
Color.parseColor("#baffab")Accessibility — WCAG contrast
Aa
#baffab on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baffab on black: 17.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green100.0%
Blue67.1%
CMYK percentages
Cyan27.1%
Magenta0.0%
Yellow32.9%
Key (black)0.0%
Color previews
#baffab text on a black background
contrast 17.98:1
Card sample
#baffab text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baffab;
Background color
Panel with #baffab background
background-color: #baffab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baffab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 255, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 255, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baffab; background: linear-gradient(135deg, #baffab, #ABFFD4);