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