#baf89d
a light, electric green · cool · closest name: khaki
RGB
186, 248, 157
HSL
101°, 87%, 79%
CMYK
25, 0, 37, 3
Luminance
0.8001
Every format
| HEX | #baf89d |
| RGB | rgb(186, 248, 157) |
| HSL | hsl(101, 87%, 79%) |
| CMYK | cmyk(25%, 0%, 37%, 3%) |
| LAB | lab(91.7 -35.5 37.6) |
| LCH | lch(91.7 51.7 133.3) |
| OKLCH | oklch(0.916 0.135 136.1) |
Copy-ready code
/* CSS */
color: #baf89d;
background-color: #baf89d;
/* Tailwind (arbitrary) */
class="text-[#baf89d] bg-[#baf89d]"
/* SCSS */
$brand: #baf89d;
/* SwiftUI */
Color(red: 0.729, green: 0.973, blue: 0.616)
/* Android */
Color.parseColor("#baf89d")Accessibility — WCAG contrast
Aa
#baf89d on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf89d on black: 17.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green97.3%
Blue61.6%
CMYK percentages
Cyan25.0%
Magenta0.0%
Yellow36.7%
Key (black)2.7%
Color previews
#baf89d text on a black background
contrast 17.00:1
Card sample
#baf89d text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf89d;
Background color
Panel with #baf89d background
background-color: #baf89d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf89d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 248, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 248, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf89d; background: linear-gradient(135deg, #baf89d, #9DF8BD);