#103c0d
a deep, vivid green · cool · closest name: darkslategray
RGB
16, 60, 13
HSL
116°, 64%, 14%
CMYK
73, 0, 78, 77
Luminance
0.0337
Every format
| HEX | #103c0d |
| RGB | rgb(16, 60, 13) |
| HSL | hsl(116, 64%, 14%) |
| CMYK | cmyk(73%, 0%, 78%, 77%) |
| LAB | lab(21.5 -25.8 23.7) |
| LCH | lch(21.5 35.0 137.4) |
| OKLCH | oklch(0.315 0.089 142.2) |
Copy-ready code
/* CSS */
color: #103c0d;
background-color: #103c0d;
/* Tailwind (arbitrary) */
class="text-[#103c0d] bg-[#103c0d]"
/* SCSS */
$brand: #103c0d;
/* SwiftUI */
Color(red: 0.063, green: 0.235, blue: 0.051)
/* Android */
Color.parseColor("#103c0d")Accessibility — WCAG contrast
Aa
#103c0d on white: 12.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#103c0d on black: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green23.5%
Blue5.1%
CMYK percentages
Cyan73.3%
Magenta0.0%
Yellow78.3%
Key (black)76.5%
Color previews
#103c0d text on a black background
contrast 1.67:1
Card sample
#103c0d text on a white background
contrast 12.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #103c0d;
Background color
Panel with #103c0d background
background-color: #103c0d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #103c0d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 60, 13, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 60, 13, 0.45);
Border & gradient
Gradient panel
border: 3px solid #103c0d; background: linear-gradient(135deg, #103c0d, #0D3C29);