#b6f430
a balanced, electric green · cool · closest name: yellow
RGB
182, 244, 48
HSL
79°, 90%, 57%
CMYK
25, 0, 80, 4
Luminance
0.7486
Every format
| HEX | #b6f430 |
| RGB | rgb(182, 244, 48) |
| HSL | hsl(79, 90%, 57%) |
| CMYK | cmyk(25%, 0%, 80%, 4%) |
| LAB | lab(89.3 -44.6 79.5) |
| LCH | lch(89.3 91.1 119.3) |
| OKLCH | oklch(0.893 0.216 126.7) |
Copy-ready code
/* CSS */
color: #b6f430;
background-color: #b6f430;
/* Tailwind (arbitrary) */
class="text-[#b6f430] bg-[#b6f430]"
/* SCSS */
$brand: #b6f430;
/* SwiftUI */
Color(red: 0.714, green: 0.957, blue: 0.188)
/* Android */
Color.parseColor("#b6f430")Accessibility — WCAG contrast
Aa
#b6f430 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b6f430 on black: 15.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green95.7%
Blue18.8%
CMYK percentages
Cyan25.4%
Magenta0.0%
Yellow80.3%
Key (black)4.3%
Color previews
#b6f430 text on a black background
contrast 15.97:1
Card sample
#b6f430 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b6f430;
Background color
Panel with #b6f430 background
background-color: #b6f430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b6f430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 244, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 244, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b6f430; background: linear-gradient(135deg, #b6f430, #33F430);