#b6e430
a balanced, electric green · cool · closest name: yellow
RGB
182, 228, 48
HSL
75°, 77%, 54%
CMYK
20, 0, 79, 11
Luminance
0.6565
Every format
| HEX | #b6e430 |
| RGB | rgb(182, 228, 48) |
| HSL | hsl(75, 77%, 54%) |
| CMYK | cmyk(20%, 0%, 79%, 11%) |
| LAB | lab(84.8 -37.6 75.4) |
| LCH | lch(84.8 84.3 116.5) |
| OKLCH | oklch(0.856 0.199 123.7) |
Copy-ready code
/* CSS */
color: #b6e430;
background-color: #b6e430;
/* Tailwind (arbitrary) */
class="text-[#b6e430] bg-[#b6e430]"
/* SCSS */
$brand: #b6e430;
/* SwiftUI */
Color(red: 0.714, green: 0.894, blue: 0.188)
/* Android */
Color.parseColor("#b6e430")Accessibility — WCAG contrast
Aa
#b6e430 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b6e430 on black: 14.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green89.4%
Blue18.8%
CMYK percentages
Cyan20.2%
Magenta0.0%
Yellow78.9%
Key (black)10.6%
Color previews
#b6e430 text on a black background
contrast 14.13:1
Card sample
#b6e430 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b6e430;
Background color
Panel with #b6e430 background
background-color: #b6e430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b6e430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 228, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 228, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b6e430; background: linear-gradient(135deg, #b6e430, #3EE430);