#03430f
a deep, electric green · cool · closest name: seagreen
RGB
3, 67, 15
HSL
131°, 91%, 14%
CMYK
96, 0, 78, 74
Luminance
0.0407
Every format
| HEX | #03430f |
| RGB | rgb(3, 67, 15) |
| HSL | hsl(131, 91%, 14%) |
| CMYK | cmyk(96%, 0%, 78%, 74%) |
| LAB | lab(23.9 -31.0 25.2) |
| LCH | lch(23.9 40.0 140.8) |
| OKLCH | oklch(0.334 0.102 145.2) |
Copy-ready code
/* CSS */
color: #03430f;
background-color: #03430f;
/* Tailwind (arbitrary) */
class="text-[#03430f] bg-[#03430f]"
/* SCSS */
$brand: #03430f;
/* SwiftUI */
Color(red: 0.012, green: 0.263, blue: 0.059)
/* Android */
Color.parseColor("#03430f")Accessibility — WCAG contrast
Aa
#03430f on white: 11.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#03430f on black: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green26.3%
Blue5.9%
CMYK percentages
Cyan95.5%
Magenta0.0%
Yellow77.6%
Key (black)73.7%
Color previews
#03430f text on a black background
contrast 1.81:1
Card sample
#03430f text on a white background
contrast 11.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #03430f;
Background color
Panel with #03430f background
background-color: #03430f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #03430f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 67, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 67, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #03430f; background: linear-gradient(135deg, #03430f, #03433A);