#baffb9
a pale, electric green · cool · closest name: aquamarine
RGB
186, 255, 185
HSL
119°, 100%, 86%
CMYK
27, 0, 28, 0
Luminance
0.8546
Every format
| HEX | #baffb9 |
| RGB | rgb(186, 255, 185) |
| HSL | hsl(119, 100%, 86%) |
| CMYK | cmyk(27%, 0%, 28%, 0%) |
| LAB | lab(94.1 -34.5 26.8) |
| LCH | lch(94.1 43.7 142.2) |
| OKLCH | oklch(0.937 0.116 144.2) |
Copy-ready code
/* CSS */
color: #baffb9;
background-color: #baffb9;
/* Tailwind (arbitrary) */
class="text-[#baffb9] bg-[#baffb9]"
/* SCSS */
$brand: #baffb9;
/* SwiftUI */
Color(red: 0.729, green: 1.000, blue: 0.725)
/* Android */
Color.parseColor("#baffb9")Accessibility — WCAG contrast
Aa
#baffb9 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baffb9 on black: 18.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green100.0%
Blue72.5%
CMYK percentages
Cyan27.1%
Magenta0.0%
Yellow27.5%
Key (black)0.0%
Color previews
#baffb9 text on a black background
contrast 18.09:1
Card sample
#baffb9 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baffb9;
Background color
Panel with #baffb9 background
background-color: #baffb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baffb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 255, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 255, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baffb9; background: linear-gradient(135deg, #baffb9, #B9FFE7);