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