#46bf13
a dark, electric green · cool · closest name: green
RGB
70, 191, 19
HSL
102°, 82%, 41%
CMYK
63, 0, 90, 25
Luminance
0.3861
Every format
| HEX | #46bf13 |
| RGB | rgb(70, 191, 19) |
| HSL | hsl(102, 82%, 41%) |
| CMYK | cmyk(63%, 0%, 90%, 25%) |
| LAB | lab(68.5 -60.5 65.7) |
| LCH | lch(68.5 89.3 132.6) |
| OKLCH | oklch(0.708 0.220 139.4) |
Copy-ready code
/* CSS */
color: #46bf13;
background-color: #46bf13;
/* Tailwind (arbitrary) */
class="text-[#46bf13] bg-[#46bf13]"
/* SCSS */
$brand: #46bf13;
/* SwiftUI */
Color(red: 0.275, green: 0.749, blue: 0.075)
/* Android */
Color.parseColor("#46bf13")Accessibility — WCAG contrast
Aa
#46bf13 on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#46bf13 on black: 8.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green74.9%
Blue7.5%
CMYK percentages
Cyan63.4%
Magenta0.0%
Yellow90.1%
Key (black)25.1%
Color previews
#46bf13 text on a black background
contrast 8.72:1
Card sample
#46bf13 text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #46bf13;
Background color
Panel with #46bf13 background
background-color: #46bf13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #46bf13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 191, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 191, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #46bf13; background: linear-gradient(135deg, #46bf13, #13BF53);