#bae331
a balanced, electric green · cool · closest name: yellow
RGB
186, 227, 49
HSL
74°, 76%, 54%
CMYK
18, 0, 78, 11
Luminance
0.6560
Every format
| HEX | #bae331 |
| RGB | rgb(186, 227, 49) |
| HSL | hsl(74, 76%, 54%) |
| CMYK | cmyk(18%, 0%, 78%, 11%) |
| LAB | lab(84.8 -35.5 75.2) |
| LCH | lch(84.8 83.2 115.3) |
| OKLCH | oklch(0.857 0.195 122.5) |
Copy-ready code
/* CSS */
color: #bae331;
background-color: #bae331;
/* Tailwind (arbitrary) */
class="text-[#bae331] bg-[#bae331]"
/* SCSS */
$brand: #bae331;
/* SwiftUI */
Color(red: 0.729, green: 0.890, blue: 0.192)
/* Android */
Color.parseColor("#bae331")Accessibility — WCAG contrast
Aa
#bae331 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bae331 on black: 14.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green89.0%
Blue19.2%
CMYK percentages
Cyan18.1%
Magenta0.0%
Yellow78.4%
Key (black)11.0%
Color previews
#bae331 text on a black background
contrast 14.12:1
Card sample
#bae331 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bae331;
Background color
Panel with #bae331 background
background-color: #bae331;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bae331;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 227, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 227, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bae331; background: linear-gradient(135deg, #bae331, #43E331);