#0dbb37
a dark, electric green · cool · closest name: forestgreen
RGB
13, 187, 55
HSL
135°, 87%, 39%
CMYK
93, 0, 71, 27
Luminance
0.3590
Every format
| HEX | #0dbb37 |
| RGB | rgb(13, 187, 55) |
| HSL | hsl(135, 87%, 39%) |
| CMYK | cmyk(93%, 0%, 71%, 27%) |
| LAB | lab(66.4 -64.9 53.3) |
| LCH | lch(66.4 84.0 140.6) |
| OKLCH | oklch(0.690 0.213 145.1) |
Copy-ready code
/* CSS */
color: #0dbb37;
background-color: #0dbb37;
/* Tailwind (arbitrary) */
class="text-[#0dbb37] bg-[#0dbb37]"
/* SCSS */
$brand: #0dbb37;
/* SwiftUI */
Color(red: 0.051, green: 0.733, blue: 0.216)
/* Android */
Color.parseColor("#0dbb37")Accessibility — WCAG contrast
Aa
#0dbb37 on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0dbb37 on black: 8.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.1%
Green73.3%
Blue21.6%
CMYK percentages
Cyan93.0%
Magenta0.0%
Yellow70.6%
Key (black)26.7%
Color previews
#0dbb37 text on a black background
contrast 8.18:1
Card sample
#0dbb37 text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0dbb37;
Background color
Panel with #0dbb37 background
background-color: #0dbb37;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0dbb37;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(13, 187, 55, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(13, 187, 55, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0dbb37; background: linear-gradient(135deg, #0dbb37, #0DBBAB);