#0dbf3f
a dark, electric green · cool · closest name: forestgreen
RGB
13, 191, 63
HSL
137°, 87%, 40%
CMYK
93, 0, 67, 25
Luminance
0.3771
Every format
| HEX | #0dbf3f |
| RGB | rgb(13, 191, 63) |
| HSL | hsl(137, 87%, 40%) |
| CMYK | cmyk(93%, 0%, 67%, 25%) |
| LAB | lab(67.8 -65.3 51.5) |
| LCH | lch(67.8 83.2 141.8) |
| OKLCH | oklch(0.701 0.212 145.9) |
Copy-ready code
/* CSS */
color: #0dbf3f;
background-color: #0dbf3f;
/* Tailwind (arbitrary) */
class="text-[#0dbf3f] bg-[#0dbf3f]"
/* SCSS */
$brand: #0dbf3f;
/* SwiftUI */
Color(red: 0.051, green: 0.749, blue: 0.247)
/* Android */
Color.parseColor("#0dbf3f")Accessibility — WCAG contrast
Aa
#0dbf3f on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0dbf3f on black: 8.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.1%
Green74.9%
Blue24.7%
CMYK percentages
Cyan93.2%
Magenta0.0%
Yellow67.0%
Key (black)25.1%
Color previews
#0dbf3f text on a black background
contrast 8.54:1
Card sample
#0dbf3f text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0dbf3f;
Background color
Panel with #0dbf3f background
background-color: #0dbf3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0dbf3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(13, 191, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(13, 191, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0dbf3f; background: linear-gradient(135deg, #0dbf3f, #0DBFB6);