#bae44f
a balanced, vivid green · cool · closest name: khaki
RGB
186, 228, 79
HSL
77°, 73%, 60%
CMYK
18, 0, 65, 11
Luminance
0.6649
Every format
| HEX | #bae44f |
| RGB | rgb(186, 228, 79) |
| HSL | hsl(77, 73%, 60%) |
| CMYK | cmyk(18%, 0%, 65%, 11%) |
| LAB | lab(85.3 -34.4 65.6) |
| LCH | lch(85.3 74.0 117.7) |
| OKLCH | oklch(0.861 0.179 123.7) |
Copy-ready code
/* CSS */
color: #bae44f;
background-color: #bae44f;
/* Tailwind (arbitrary) */
class="text-[#bae44f] bg-[#bae44f]"
/* SCSS */
$brand: #bae44f;
/* SwiftUI */
Color(red: 0.729, green: 0.894, blue: 0.310)
/* Android */
Color.parseColor("#bae44f")Accessibility — WCAG contrast
Aa
#bae44f on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bae44f on black: 14.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green89.4%
Blue31.0%
CMYK percentages
Cyan18.4%
Magenta0.0%
Yellow65.4%
Key (black)10.6%
Color previews
#bae44f text on a black background
contrast 14.30:1
Card sample
#bae44f text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bae44f;
Background color
Panel with #bae44f background
background-color: #bae44f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bae44f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 228, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 228, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bae44f; background: linear-gradient(135deg, #bae44f, #57E44F);