#0abb39
a dark, electric green · cool · closest name: forestgreen
RGB
10, 187, 57
HSL
136°, 90%, 39%
CMYK
95, 0, 70, 27
Luminance
0.3590
Every format
| HEX | #0abb39 |
| RGB | rgb(10, 187, 57) |
| HSL | hsl(136, 90%, 39%) |
| CMYK | cmyk(95%, 0%, 70%, 27%) |
| LAB | lab(66.4 -64.9 52.5) |
| LCH | lch(66.4 83.5 141.1) |
| OKLCH | oklch(0.690 0.212 145.4) |
Copy-ready code
/* CSS */
color: #0abb39;
background-color: #0abb39;
/* Tailwind (arbitrary) */
class="text-[#0abb39] bg-[#0abb39]"
/* SCSS */
$brand: #0abb39;
/* SwiftUI */
Color(red: 0.039, green: 0.733, blue: 0.224)
/* Android */
Color.parseColor("#0abb39")Accessibility — WCAG contrast
Aa
#0abb39 on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0abb39 on black: 8.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green73.3%
Blue22.4%
CMYK percentages
Cyan94.7%
Magenta0.0%
Yellow69.5%
Key (black)26.7%
Color previews
#0abb39 text on a black background
contrast 8.18:1
Card sample
#0abb39 text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0abb39;
Background color
Panel with #0abb39 background
background-color: #0abb39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0abb39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 187, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 187, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0abb39; background: linear-gradient(135deg, #0abb39, #0ABBAF);