#0d492f
a deep, vivid green · cool · closest name: darkslategray
RGB
13, 73, 47
HSL
154°, 70%, 17%
CMYK
82, 0, 36, 71
Luminance
0.0506
Every format
| HEX | #0d492f |
| RGB | rgb(13, 73, 47) |
| HSL | hsl(154, 70%, 17%) |
| CMYK | cmyk(82%, 0%, 36%, 71%) |
| LAB | lab(26.9 -25.8 10.3) |
| LCH | lch(26.9 27.8 158.2) |
| OKLCH | oklch(0.361 0.075 159.5) |
Copy-ready code
/* CSS */
color: #0d492f;
background-color: #0d492f;
/* Tailwind (arbitrary) */
class="text-[#0d492f] bg-[#0d492f]"
/* SCSS */
$brand: #0d492f;
/* SwiftUI */
Color(red: 0.051, green: 0.286, blue: 0.184)
/* Android */
Color.parseColor("#0d492f")Accessibility — WCAG contrast
Aa
#0d492f on white: 10.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0d492f on black: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.1%
Green28.6%
Blue18.4%
CMYK percentages
Cyan82.2%
Magenta0.0%
Yellow35.6%
Key (black)71.4%
Color previews
#0d492f text on a black background
contrast 2.01:1
Card sample
#0d492f text on a white background
contrast 10.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0d492f;
Background color
Panel with #0d492f background
background-color: #0d492f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0d492f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(13, 73, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(13, 73, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0d492f; background: linear-gradient(135deg, #0d492f, #0D3B49);