#b6f034
a balanced, electric green · cool · closest name: yellow
RGB
182, 240, 52
HSL
79°, 86%, 57%
CMYK
24, 0, 78, 6
Luminance
0.7251
Every format
| HEX | #b6f034 |
| RGB | rgb(182, 240, 52) |
| HSL | hsl(79, 86%, 57%) |
| CMYK | cmyk(24%, 0%, 78%, 6%) |
| LAB | lab(88.2 -42.7 77.4) |
| LCH | lch(88.2 88.4 118.9) |
| OKLCH | oklch(0.884 0.210 126.1) |
Copy-ready code
/* CSS */
color: #b6f034;
background-color: #b6f034;
/* Tailwind (arbitrary) */
class="text-[#b6f034] bg-[#b6f034]"
/* SCSS */
$brand: #b6f034;
/* SwiftUI */
Color(red: 0.714, green: 0.941, blue: 0.204)
/* Android */
Color.parseColor("#b6f034")Accessibility — WCAG contrast
Aa
#b6f034 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b6f034 on black: 15.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green94.1%
Blue20.4%
CMYK percentages
Cyan24.2%
Magenta0.0%
Yellow78.3%
Key (black)5.9%
Color previews
#b6f034 text on a black background
contrast 15.50:1
Card sample
#b6f034 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b6f034;
Background color
Panel with #b6f034 background
background-color: #b6f034;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b6f034;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 240, 52, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 240, 52, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b6f034; background: linear-gradient(135deg, #b6f034, #39F034);