#0c461d
a deep, vivid green · cool · closest name: seagreen
RGB
12, 70, 29
HSL
138°, 71%, 16%
CMYK
83, 0, 59, 73
Luminance
0.0455
Every format
| HEX | #0c461d |
| RGB | rgb(12, 70, 29) |
| HSL | hsl(138, 71%, 16%) |
| CMYK | cmyk(83%, 0%, 59%, 73%) |
| LAB | lab(25.4 -28.5 19.5) |
| LCH | lch(25.4 34.5 145.7) |
| OKLCH | oklch(0.347 0.090 148.5) |
Copy-ready code
/* CSS */
color: #0c461d;
background-color: #0c461d;
/* Tailwind (arbitrary) */
class="text-[#0c461d] bg-[#0c461d]"
/* SCSS */
$brand: #0c461d;
/* SwiftUI */
Color(red: 0.047, green: 0.275, blue: 0.114)
/* Android */
Color.parseColor("#0c461d")Accessibility — WCAG contrast
Aa
#0c461d on white: 11.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0c461d on black: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green27.5%
Blue11.4%
CMYK percentages
Cyan82.9%
Magenta0.0%
Yellow58.6%
Key (black)72.5%
Color previews
#0c461d text on a black background
contrast 1.91:1
Card sample
#0c461d text on a white background
contrast 11.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0c461d;
Background color
Panel with #0c461d background
background-color: #0c461d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0c461d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 70, 29, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 70, 29, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0c461d; background: linear-gradient(135deg, #0c461d, #0C4644);