#0dac2f
a dark, electric green · cool · closest name: forestgreen
RGB
13, 172, 47
HSL
133°, 86%, 36%
CMYK
92, 0, 73, 33
Luminance
0.2980
Every format
| HEX | #0dac2f |
| RGB | rgb(13, 172, 47) |
| HSL | hsl(133, 86%, 36%) |
| CMYK | cmyk(92%, 0%, 73%, 33%) |
| LAB | lab(61.5 -61.2 51.1) |
| LCH | lch(61.5 79.8 140.1) |
| OKLCH | oklch(0.648 0.202 144.8) |
Copy-ready code
/* CSS */
color: #0dac2f;
background-color: #0dac2f;
/* Tailwind (arbitrary) */
class="text-[#0dac2f] bg-[#0dac2f]"
/* SCSS */
$brand: #0dac2f;
/* SwiftUI */
Color(red: 0.051, green: 0.675, blue: 0.184)
/* Android */
Color.parseColor("#0dac2f")Accessibility — WCAG contrast
Aa
#0dac2f on white: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0dac2f on black: 6.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.1%
Green67.5%
Blue18.4%
CMYK percentages
Cyan92.4%
Magenta0.0%
Yellow72.7%
Key (black)32.5%
Color previews
#0dac2f text on a black background
contrast 6.96:1
Card sample
#0dac2f text on a white background
contrast 3.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0dac2f;
Background color
Panel with #0dac2f background
background-color: #0dac2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0dac2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(13, 172, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(13, 172, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0dac2f; background: linear-gradient(135deg, #0dac2f, #0DAC99);