#0a3d14
a deep, vivid green · cool · closest name: darkslategray
RGB
10, 61, 20
HSL
132°, 72%, 14%
CMYK
84, 0, 67, 76
Luminance
0.0345
Every format
| HEX | #0a3d14 |
| RGB | rgb(10, 61, 20) |
| HSL | hsl(132, 72%, 14%) |
| CMYK | cmyk(84%, 0%, 67%, 76%) |
| LAB | lab(21.8 -26.6 20.3) |
| LCH | lch(21.8 33.5 142.7) |
| OKLCH | oklch(0.317 0.086 146.2) |
Copy-ready code
/* CSS */
color: #0a3d14;
background-color: #0a3d14;
/* Tailwind (arbitrary) */
class="text-[#0a3d14] bg-[#0a3d14]"
/* SCSS */
$brand: #0a3d14;
/* SwiftUI */
Color(red: 0.039, green: 0.239, blue: 0.078)
/* Android */
Color.parseColor("#0a3d14")Accessibility — WCAG contrast
Aa
#0a3d14 on white: 12.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0a3d14 on black: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green23.9%
Blue7.8%
CMYK percentages
Cyan83.6%
Magenta0.0%
Yellow67.2%
Key (black)76.1%
Color previews
#0a3d14 text on a black background
contrast 1.69:1
Card sample
#0a3d14 text on a white background
contrast 12.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0a3d14;
Background color
Panel with #0a3d14 background
background-color: #0a3d14;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0a3d14;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 61, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 61, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0a3d14; background: linear-gradient(135deg, #0a3d14, #0A3D36);