#03460c
a deep, electric green · cool · closest name: seagreen
RGB
3, 70, 12
HSL
128°, 92%, 14%
CMYK
96, 0, 83, 73
Luminance
0.0443
Every format
| HEX | #03460c |
| RGB | rgb(3, 70, 12) |
| HSL | hsl(128, 92%, 14%) |
| CMYK | cmyk(96%, 0%, 83%, 73%) |
| LAB | lab(25.0 -32.4 27.8) |
| LCH | lch(25.0 42.6 139.4) |
| OKLCH | oklch(0.343 0.108 144.3) |
Copy-ready code
/* CSS */
color: #03460c;
background-color: #03460c;
/* Tailwind (arbitrary) */
class="text-[#03460c] bg-[#03460c]"
/* SCSS */
$brand: #03460c;
/* SwiftUI */
Color(red: 0.012, green: 0.275, blue: 0.047)
/* Android */
Color.parseColor("#03460c")Accessibility — WCAG contrast
Aa
#03460c on white: 11.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#03460c on black: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green27.5%
Blue4.7%
CMYK percentages
Cyan95.7%
Magenta0.0%
Yellow82.9%
Key (black)72.5%
Color previews
#03460c text on a black background
contrast 1.89:1
Card sample
#03460c text on a white background
contrast 11.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #03460c;
Background color
Panel with #03460c background
background-color: #03460c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #03460c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 70, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 70, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #03460c; background: linear-gradient(135deg, #03460c, #034639);