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