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