#b5eb02
a balanced, electric green · cool · closest name: yellow
RGB
181, 235, 2
HSL
74°, 98%, 47%
CMYK
23, 0, 99, 8
Luminance
0.6924
Every format
| HEX | #b5eb02 |
| RGB | rgb(181, 235, 2) |
| HSL | hsl(74, 98%, 47%) |
| CMYK | cmyk(23%, 0%, 99%, 8%) |
| LAB | lab(86.6 -42.0 84.2) |
| LCH | lch(86.6 94.1 116.5) |
| OKLCH | oklch(0.871 0.218 124.7) |
Copy-ready code
/* CSS */
color: #b5eb02;
background-color: #b5eb02;
/* Tailwind (arbitrary) */
class="text-[#b5eb02] bg-[#b5eb02]"
/* SCSS */
$brand: #b5eb02;
/* SwiftUI */
Color(red: 0.710, green: 0.922, blue: 0.008)
/* Android */
Color.parseColor("#b5eb02")Accessibility — WCAG contrast
Aa
#b5eb02 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5eb02 on black: 14.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green92.2%
Blue0.8%
CMYK percentages
Cyan23.0%
Magenta0.0%
Yellow99.1%
Key (black)7.8%
Color previews
#b5eb02 text on a black background
contrast 14.85:1
Card sample
#b5eb02 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5eb02;
Background color
Panel with #b5eb02 background
background-color: #b5eb02;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5eb02;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 235, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 235, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5eb02; background: linear-gradient(135deg, #b5eb02, #1AEB02);