#bae82b
a balanced, electric green · cool · closest name: yellow
RGB
186, 232, 43
HSL
75°, 80%, 54%
CMYK
20, 0, 82, 9
Luminance
0.6833
Every format
| HEX | #bae82b |
| RGB | rgb(186, 232, 43) |
| HSL | hsl(75, 80%, 54%) |
| CMYK | cmyk(20%, 0%, 82%, 9%) |
| LAB | lab(86.2 -38.0 78.0) |
| LCH | lch(86.2 86.8 116.0) |
| OKLCH | oklch(0.868 0.203 123.4) |
Copy-ready code
/* CSS */
color: #bae82b;
background-color: #bae82b;
/* Tailwind (arbitrary) */
class="text-[#bae82b] bg-[#bae82b]"
/* SCSS */
$brand: #bae82b;
/* SwiftUI */
Color(red: 0.729, green: 0.910, blue: 0.169)
/* Android */
Color.parseColor("#bae82b")Accessibility — WCAG contrast
Aa
#bae82b on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bae82b on black: 14.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green91.0%
Blue16.9%
CMYK percentages
Cyan19.8%
Magenta0.0%
Yellow81.5%
Key (black)9.0%
Color previews
#bae82b text on a black background
contrast 14.67:1
Card sample
#bae82b text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bae82b;
Background color
Panel with #bae82b background
background-color: #bae82b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bae82b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 232, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 232, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bae82b; background: linear-gradient(135deg, #bae82b, #3CE82B);