#0d3f13
a deep, vivid green · cool · closest name: darkslategray
RGB
13, 63, 19
HSL
127°, 66%, 15%
CMYK
79, 0, 70, 75
Luminance
0.0369
Every format
| HEX | #0d3f13 |
| RGB | rgb(13, 63, 19) |
| HSL | hsl(127, 66%, 15%) |
| CMYK | cmyk(79%, 0%, 70%, 75%) |
| LAB | lab(22.6 -27.0 21.8) |
| LCH | lch(22.6 34.7 141.0) |
| OKLCH | oklch(0.324 0.089 144.9) |
Copy-ready code
/* CSS */
color: #0d3f13;
background-color: #0d3f13;
/* Tailwind (arbitrary) */
class="text-[#0d3f13] bg-[#0d3f13]"
/* SCSS */
$brand: #0d3f13;
/* SwiftUI */
Color(red: 0.051, green: 0.247, blue: 0.075)
/* Android */
Color.parseColor("#0d3f13")Accessibility — WCAG contrast
Aa
#0d3f13 on white: 12.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0d3f13 on black: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.1%
Green24.7%
Blue7.5%
CMYK percentages
Cyan79.4%
Magenta0.0%
Yellow69.8%
Key (black)75.3%
Color previews
#0d3f13 text on a black background
contrast 1.74:1
Card sample
#0d3f13 text on a white background
contrast 12.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0d3f13;
Background color
Panel with #0d3f13 background
background-color: #0d3f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0d3f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(13, 63, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(13, 63, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0d3f13; background: linear-gradient(135deg, #0d3f13, #0D3F34);