#baf9b7
a light, electric green · cool · closest name: aquamarine
RGB
186, 249, 183
HSL
117°, 85%, 85%
CMYK
25, 0, 27, 2
Luminance
0.8161
Every format
| HEX | #baf9b7 |
| RGB | rgb(186, 249, 183) |
| HSL | hsl(117, 85%, 85%) |
| CMYK | cmyk(25%, 0%, 27%, 2%) |
| LAB | lab(92.4 -32.1 25.5) |
| LCH | lch(92.4 41.0 141.5) |
| OKLCH | oklch(0.923 0.109 143.5) |
Copy-ready code
/* CSS */
color: #baf9b7;
background-color: #baf9b7;
/* Tailwind (arbitrary) */
class="text-[#baf9b7] bg-[#baf9b7]"
/* SCSS */
$brand: #baf9b7;
/* SwiftUI */
Color(red: 0.729, green: 0.976, blue: 0.718)
/* Android */
Color.parseColor("#baf9b7")Accessibility — WCAG contrast
Aa
#baf9b7 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf9b7 on black: 17.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green97.6%
Blue71.8%
CMYK percentages
Cyan25.3%
Magenta0.0%
Yellow26.5%
Key (black)2.4%
Color previews
#baf9b7 text on a black background
contrast 17.32:1
Card sample
#baf9b7 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf9b7;
Background color
Panel with #baf9b7 background
background-color: #baf9b7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf9b7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 249, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 249, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf9b7; background: linear-gradient(135deg, #baf9b7, #B7F9E0);