#0c470c
a deep, vivid green · cool · closest name: seagreen
RGB
12, 71, 12
HSL
120°, 71%, 16%
CMYK
83, 0, 83, 72
Luminance
0.0461
Every format
| HEX | #0c470c |
| RGB | rgb(12, 71, 12) |
| HSL | hsl(120, 71%, 16%) |
| CMYK | cmyk(83%, 0%, 83%, 72%) |
| LAB | lab(25.6 -31.2 28.4) |
| LCH | lch(25.6 42.1 137.7) |
| OKLCH | oklch(0.348 0.106 142.9) |
Copy-ready code
/* CSS */
color: #0c470c;
background-color: #0c470c;
/* Tailwind (arbitrary) */
class="text-[#0c470c] bg-[#0c470c]"
/* SCSS */
$brand: #0c470c;
/* SwiftUI */
Color(red: 0.047, green: 0.278, blue: 0.047)
/* Android */
Color.parseColor("#0c470c")Accessibility — WCAG contrast
Aa
#0c470c on white: 10.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0c470c on black: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green27.8%
Blue4.7%
CMYK percentages
Cyan83.1%
Magenta0.0%
Yellow83.1%
Key (black)72.2%
Color previews
#0c470c text on a black background
contrast 1.92:1
Card sample
#0c470c text on a white background
contrast 10.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0c470c;
Background color
Panel with #0c470c background
background-color: #0c470c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0c470c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 71, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 71, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0c470c; background: linear-gradient(135deg, #0c470c, #0C4733);