#baf8ab
a light, electric green · cool · closest name: aquamarine
RGB
186, 248, 171
HSL
108°, 85%, 82%
CMYK
25, 0, 31, 3
Luminance
0.8051
Every format
| HEX | #baf8ab |
| RGB | rgb(186, 248, 171) |
| HSL | hsl(108, 85%, 82%) |
| CMYK | cmyk(25%, 0%, 31%, 3%) |
| LAB | lab(91.9 -33.5 30.9) |
| LCH | lch(91.9 45.5 137.3) |
| OKLCH | oklch(0.918 0.120 139.6) |
Copy-ready code
/* CSS */
color: #baf8ab;
background-color: #baf8ab;
/* Tailwind (arbitrary) */
class="text-[#baf8ab] bg-[#baf8ab]"
/* SCSS */
$brand: #baf8ab;
/* SwiftUI */
Color(red: 0.729, green: 0.973, blue: 0.671)
/* Android */
Color.parseColor("#baf8ab")Accessibility — WCAG contrast
Aa
#baf8ab on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf8ab on black: 17.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green97.3%
Blue67.1%
CMYK percentages
Cyan25.0%
Magenta0.0%
Yellow31.0%
Key (black)2.7%
Color previews
#baf8ab text on a black background
contrast 17.10:1
Card sample
#baf8ab text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf8ab;
Background color
Panel with #baf8ab background
background-color: #baf8ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf8ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 248, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 248, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf8ab; background: linear-gradient(135deg, #baf8ab, #ABF8CF);