#b5e708
a balanced, electric green · cool · closest name: yellow
RGB
181, 231, 8
HSL
74°, 93%, 47%
CMYK
22, 0, 97, 9
Luminance
0.6699
Every format
| HEX | #b5e708 |
| RGB | rgb(181, 231, 8) |
| HSL | hsl(74, 93%, 47%) |
| CMYK | cmyk(22%, 0%, 97%, 9%) |
| LAB | lab(85.5 -40.2 82.8) |
| LCH | lch(85.5 92.1 115.9) |
| OKLCH | oklch(0.861 0.213 124.0) |
Copy-ready code
/* CSS */
color: #b5e708;
background-color: #b5e708;
/* Tailwind (arbitrary) */
class="text-[#b5e708] bg-[#b5e708]"
/* SCSS */
$brand: #b5e708;
/* SwiftUI */
Color(red: 0.710, green: 0.906, blue: 0.031)
/* Android */
Color.parseColor("#b5e708")Accessibility — WCAG contrast
Aa
#b5e708 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5e708 on black: 14.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green90.6%
Blue3.1%
CMYK percentages
Cyan21.6%
Magenta0.0%
Yellow96.5%
Key (black)9.4%
Color previews
#b5e708 text on a black background
contrast 14.40:1
Card sample
#b5e708 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5e708;
Background color
Panel with #b5e708 background
background-color: #b5e708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5e708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 231, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 231, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5e708; background: linear-gradient(135deg, #b5e708, #20E708);