#baf87c
a light, electric green · cool · closest name: khaki
RGB
186, 248, 124
HSL
90°, 90%, 73%
CMYK
25, 0, 50, 3
Luminance
0.7903
Every format
| HEX | #baf87c |
| RGB | rgb(186, 248, 124) |
| HSL | hsl(90, 90%, 73%) |
| CMYK | cmyk(25%, 0%, 50%, 3%) |
| LAB | lab(91.3 -39.5 52.9) |
| LCH | lch(91.3 66.0 126.7) |
| OKLCH | oklch(0.911 0.167 131.0) |
Copy-ready code
/* CSS */
color: #baf87c;
background-color: #baf87c;
/* Tailwind (arbitrary) */
class="text-[#baf87c] bg-[#baf87c]"
/* SCSS */
$brand: #baf87c;
/* SwiftUI */
Color(red: 0.729, green: 0.973, blue: 0.486)
/* Android */
Color.parseColor("#baf87c")Accessibility — WCAG contrast
Aa
#baf87c on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf87c on black: 16.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green97.3%
Blue48.6%
CMYK percentages
Cyan25.0%
Magenta0.0%
Yellow50.0%
Key (black)2.7%
Color previews
#baf87c text on a black background
contrast 16.81:1
Card sample
#baf87c text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf87c;
Background color
Panel with #baf87c background
background-color: #baf87c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf87c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 248, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 248, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf87c; background: linear-gradient(135deg, #baf87c, #7CF890);