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