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