#bae359
a balanced, vivid green · cool · closest name: khaki
RGB
186, 227, 89
HSL
78°, 71%, 62%
CMYK
18, 0, 61, 11
Luminance
0.6610
Every format
| HEX | #bae359 |
| RGB | rgb(186, 227, 89) |
| HSL | hsl(78, 71%, 62%) |
| CMYK | cmyk(18%, 0%, 61%, 11%) |
| LAB | lab(85.0 -33.2 61.3) |
| LCH | lch(85.0 69.7 118.5) |
| OKLCH | oklch(0.860 0.170 124.0) |
Copy-ready code
/* CSS */
color: #bae359;
background-color: #bae359;
/* Tailwind (arbitrary) */
class="text-[#bae359] bg-[#bae359]"
/* SCSS */
$brand: #bae359;
/* SwiftUI */
Color(red: 0.729, green: 0.890, blue: 0.349)
/* Android */
Color.parseColor("#bae359")Accessibility — WCAG contrast
Aa
#bae359 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bae359 on black: 14.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green89.0%
Blue34.9%
CMYK percentages
Cyan18.1%
Magenta0.0%
Yellow60.8%
Key (black)11.0%
Color previews
#bae359 text on a black background
contrast 14.22:1
Card sample
#bae359 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bae359;
Background color
Panel with #bae359 background
background-color: #bae359;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bae359;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 227, 89, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 227, 89, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bae359; background: linear-gradient(135deg, #bae359, #5EE359);