#baf7ab
a light, electric green · cool · closest name: aquamarine
RGB
186, 247, 171
HSL
108°, 83%, 82%
CMYK
25, 0, 31, 3
Luminance
0.7990
Every format
| HEX | #baf7ab |
| RGB | rgb(186, 247, 171) |
| HSL | hsl(108, 83%, 82%) |
| CMYK | cmyk(25%, 0%, 31%, 3%) |
| LAB | lab(91.6 -33.0 30.5) |
| LCH | lch(91.6 45.0 137.2) |
| OKLCH | oklch(0.916 0.118 139.5) |
Copy-ready code
/* CSS */
color: #baf7ab;
background-color: #baf7ab;
/* Tailwind (arbitrary) */
class="text-[#baf7ab] bg-[#baf7ab]"
/* SCSS */
$brand: #baf7ab;
/* SwiftUI */
Color(red: 0.729, green: 0.969, blue: 0.671)
/* Android */
Color.parseColor("#baf7ab")Accessibility — WCAG contrast
Aa
#baf7ab on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf7ab on black: 16.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green96.9%
Blue67.1%
CMYK percentages
Cyan24.7%
Magenta0.0%
Yellow30.8%
Key (black)3.1%
Color previews
#baf7ab text on a black background
contrast 16.98:1
Card sample
#baf7ab text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf7ab;
Background color
Panel with #baf7ab background
background-color: #baf7ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf7ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 247, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 247, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf7ab; background: linear-gradient(135deg, #baf7ab, #ABF7CF);