#baeb2f
a balanced, electric green · cool · closest name: yellow
RGB
186, 235, 47
HSL
76°, 83%, 55%
CMYK
21, 0, 80, 8
Luminance
0.7006
Every format
| HEX | #baeb2f |
| RGB | rgb(186, 235, 47) |
| HSL | hsl(76, 83%, 55%) |
| CMYK | cmyk(21%, 0%, 80%, 8%) |
| LAB | lab(87.0 -39.2 77.8) |
| LCH | lch(87.0 87.1 116.7) |
| OKLCH | oklch(0.875 0.205 124.1) |
Copy-ready code
/* CSS */
color: #baeb2f;
background-color: #baeb2f;
/* Tailwind (arbitrary) */
class="text-[#baeb2f] bg-[#baeb2f]"
/* SCSS */
$brand: #baeb2f;
/* SwiftUI */
Color(red: 0.729, green: 0.922, blue: 0.184)
/* Android */
Color.parseColor("#baeb2f")Accessibility — WCAG contrast
Aa
#baeb2f on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baeb2f on black: 15.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green92.2%
Blue18.4%
CMYK percentages
Cyan20.9%
Magenta0.0%
Yellow80.0%
Key (black)7.8%
Color previews
#baeb2f text on a black background
contrast 15.01:1
Card sample
#baeb2f text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baeb2f;
Background color
Panel with #baeb2f background
background-color: #baeb2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baeb2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 235, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 235, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baeb2f; background: linear-gradient(135deg, #baeb2f, #3DEB2F);