#b5e621
a balanced, electric green · cool · closest name: yellow
RGB
181, 230, 33
HSL
75°, 80%, 52%
CMYK
21, 0, 86, 10
Luminance
0.6653
Every format
| HEX | #b5e621 |
| RGB | rgb(181, 230, 33) |
| HSL | hsl(75, 80%, 52%) |
| CMYK | cmyk(21%, 0%, 86%, 10%) |
| LAB | lab(85.3 -39.3 79.3) |
| LCH | lch(85.3 88.5 116.4) |
| OKLCH | oklch(0.860 0.207 124.1) |
Copy-ready code
/* CSS */
color: #b5e621;
background-color: #b5e621;
/* Tailwind (arbitrary) */
class="text-[#b5e621] bg-[#b5e621]"
/* SCSS */
$brand: #b5e621;
/* SwiftUI */
Color(red: 0.710, green: 0.902, blue: 0.129)
/* Android */
Color.parseColor("#b5e621")Accessibility — WCAG contrast
Aa
#b5e621 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5e621 on black: 14.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green90.2%
Blue12.9%
CMYK percentages
Cyan21.3%
Magenta0.0%
Yellow85.7%
Key (black)9.8%
Color previews
#b5e621 text on a black background
contrast 14.31:1
Card sample
#b5e621 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5e621;
Background color
Panel with #b5e621 background
background-color: #b5e621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5e621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 230, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 230, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5e621; background: linear-gradient(135deg, #b5e621, #32E621);