#baf0ab
a light, vivid green · cool · closest name: aquamarine
RGB
186, 240, 171
HSL
107°, 70%, 81%
CMYK
23, 0, 29, 6
Luminance
0.7570
Every format
| HEX | #baf0ab |
| RGB | rgb(186, 240, 171) |
| HSL | hsl(107, 70%, 81%) |
| CMYK | cmyk(23%, 0%, 29%, 6%) |
| LAB | lab(89.7 -29.8 27.9) |
| LCH | lch(89.7 40.8 136.8) |
| OKLCH | oklch(0.901 0.107 139.0) |
Copy-ready code
/* CSS */
color: #baf0ab;
background-color: #baf0ab;
/* Tailwind (arbitrary) */
class="text-[#baf0ab] bg-[#baf0ab]"
/* SCSS */
$brand: #baf0ab;
/* SwiftUI */
Color(red: 0.729, green: 0.941, blue: 0.671)
/* Android */
Color.parseColor("#baf0ab")Accessibility — WCAG contrast
Aa
#baf0ab on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf0ab on black: 16.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green94.1%
Blue67.1%
CMYK percentages
Cyan22.5%
Magenta0.0%
Yellow28.8%
Key (black)5.9%
Color previews
#baf0ab text on a black background
contrast 16.14:1
Card sample
#baf0ab text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf0ab;
Background color
Panel with #baf0ab background
background-color: #baf0ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf0ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 240, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 240, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf0ab; background: linear-gradient(135deg, #baf0ab, #ABF0CA);