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