#0dbb49
a dark, electric green · cool · closest name: forestgreen
RGB
13, 187, 73
HSL
141°, 87%, 39%
CMYK
93, 0, 61, 27
Luminance
0.3611
Every format
| HEX | #0dbb49 |
| RGB | rgb(13, 187, 73) |
| HSL | hsl(141, 87%, 39%) |
| CMYK | cmyk(93%, 0%, 61%, 27%) |
| LAB | lab(66.6 -63.0 45.8) |
| LCH | lch(66.6 77.9 144.0) |
| OKLCH | oklch(0.691 0.200 147.4) |
Copy-ready code
/* CSS */
color: #0dbb49;
background-color: #0dbb49;
/* Tailwind (arbitrary) */
class="text-[#0dbb49] bg-[#0dbb49]"
/* SCSS */
$brand: #0dbb49;
/* SwiftUI */
Color(red: 0.051, green: 0.733, blue: 0.286)
/* Android */
Color.parseColor("#0dbb49")Accessibility — WCAG contrast
Aa
#0dbb49 on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0dbb49 on black: 8.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.1%
Green73.3%
Blue28.6%
CMYK percentages
Cyan93.0%
Magenta0.0%
Yellow61.0%
Key (black)26.7%
Color previews
#0dbb49 text on a black background
contrast 8.22:1
Card sample
#0dbb49 text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0dbb49;
Background color
Panel with #0dbb49 background
background-color: #0dbb49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0dbb49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(13, 187, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(13, 187, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0dbb49; background: linear-gradient(135deg, #0dbb49, #0DB9BB);