#46bd0f
a dark, electric green · cool · closest name: green
RGB
70, 189, 15
HSL
101°, 85%, 40%
CMYK
63, 0, 92, 26
Luminance
0.3773
Every format
| HEX | #46bd0f |
| RGB | rgb(70, 189, 15) |
| HSL | hsl(101, 85%, 40%) |
| CMYK | cmyk(63%, 0%, 92%, 26%) |
| LAB | lab(67.8 -60.0 65.8) |
| LCH | lch(67.8 89.0 132.3) |
| OKLCH | oklch(0.703 0.218 139.2) |
Copy-ready code
/* CSS */
color: #46bd0f;
background-color: #46bd0f;
/* Tailwind (arbitrary) */
class="text-[#46bd0f] bg-[#46bd0f]"
/* SCSS */
$brand: #46bd0f;
/* SwiftUI */
Color(red: 0.275, green: 0.741, blue: 0.059)
/* Android */
Color.parseColor("#46bd0f")Accessibility — WCAG contrast
Aa
#46bd0f on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#46bd0f on black: 8.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green74.1%
Blue5.9%
CMYK percentages
Cyan63.0%
Magenta0.0%
Yellow92.1%
Key (black)25.9%
Color previews
#46bd0f text on a black background
contrast 8.55:1
Card sample
#46bd0f text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #46bd0f;
Background color
Panel with #46bd0f background
background-color: #46bd0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #46bd0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 189, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 189, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #46bd0f; background: linear-gradient(135deg, #46bd0f, #0FBD4C);