#b9e621
a balanced, electric green · cool · closest name: yellow
RGB
185, 230, 33
HSL
74°, 80%, 52%
CMYK
20, 0, 86, 10
Luminance
0.6702
Every format
| HEX | #b9e621 |
| RGB | rgb(185, 230, 33) |
| HSL | hsl(74, 80%, 52%) |
| CMYK | cmyk(20%, 0%, 86%, 10%) |
| LAB | lab(85.5 -37.8 79.6) |
| LCH | lch(85.5 88.1 115.4) |
| OKLCH | oklch(0.862 0.205 123.1) |
Copy-ready code
/* CSS */
color: #b9e621;
background-color: #b9e621;
/* Tailwind (arbitrary) */
class="text-[#b9e621] bg-[#b9e621]"
/* SCSS */
$brand: #b9e621;
/* SwiftUI */
Color(red: 0.725, green: 0.902, blue: 0.129)
/* Android */
Color.parseColor("#b9e621")Accessibility — WCAG contrast
Aa
#b9e621 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9e621 on black: 14.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green90.2%
Blue12.9%
CMYK percentages
Cyan19.6%
Magenta0.0%
Yellow85.7%
Key (black)9.8%
Color previews
#b9e621 text on a black background
contrast 14.40:1
Card sample
#b9e621 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9e621;
Background color
Panel with #b9e621 background
background-color: #b9e621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9e621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 230, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 230, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9e621; background: linear-gradient(135deg, #b9e621, #36E621);