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