#baf9ba
a pale, electric green · cool · closest name: aquamarine
RGB
186, 249, 186
HSL
120°, 84%, 85%
CMYK
25, 0, 25, 2
Luminance
0.8174
Every format
| HEX | #baf9ba |
| RGB | rgb(186, 249, 186) |
| HSL | hsl(120, 84%, 85%) |
| CMYK | cmyk(25%, 0%, 25%, 2%) |
| LAB | lab(92.5 -31.6 24.0) |
| LCH | lch(92.5 39.7 142.7) |
| OKLCH | oklch(0.924 0.106 144.7) |
Copy-ready code
/* CSS */
color: #baf9ba;
background-color: #baf9ba;
/* Tailwind (arbitrary) */
class="text-[#baf9ba] bg-[#baf9ba]"
/* SCSS */
$brand: #baf9ba;
/* SwiftUI */
Color(red: 0.729, green: 0.976, blue: 0.729)
/* Android */
Color.parseColor("#baf9ba")Accessibility — WCAG contrast
Aa
#baf9ba on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf9ba on black: 17.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green97.6%
Blue72.9%
CMYK percentages
Cyan25.3%
Magenta0.0%
Yellow25.3%
Key (black)2.4%
Color previews
#baf9ba text on a black background
contrast 17.35:1
Card sample
#baf9ba text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf9ba;
Background color
Panel with #baf9ba background
background-color: #baf9ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf9ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 249, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 249, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf9ba; background: linear-gradient(135deg, #baf9ba, #BAF9E4);