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