#b7ec49
a balanced, electric green · cool · closest name: yellow
RGB
183, 236, 73
HSL
80°, 81%, 61%
CMYK
23, 0, 69, 8
Luminance
0.7054
Every format
| HEX | #b7ec49 |
| RGB | rgb(183, 236, 73) |
| HSL | hsl(80, 81%, 61%) |
| CMYK | cmyk(23%, 0%, 69%, 8%) |
| LAB | lab(87.3 -39.5 69.8) |
| LCH | lch(87.3 80.2 119.5) |
| OKLCH | oklch(0.877 0.194 125.9) |
Copy-ready code
/* CSS */
color: #b7ec49;
background-color: #b7ec49;
/* Tailwind (arbitrary) */
class="text-[#b7ec49] bg-[#b7ec49]"
/* SCSS */
$brand: #b7ec49;
/* SwiftUI */
Color(red: 0.718, green: 0.925, blue: 0.286)
/* Android */
Color.parseColor("#b7ec49")Accessibility — WCAG contrast
Aa
#b7ec49 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7ec49 on black: 15.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green92.5%
Blue28.6%
CMYK percentages
Cyan22.5%
Magenta0.0%
Yellow69.1%
Key (black)7.5%
Color previews
#b7ec49 text on a black background
contrast 15.11:1
Card sample
#b7ec49 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7ec49;
Background color
Panel with #b7ec49 background
background-color: #b7ec49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7ec49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 236, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 236, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7ec49; background: linear-gradient(135deg, #b7ec49, #4AEC49);