#03450f
a deep, electric green · cool · closest name: seagreen
RGB
3, 69, 15
HSL
131°, 92%, 14%
CMYK
96, 0, 78, 73
Luminance
0.0431
Every format
| HEX | #03450f |
| RGB | rgb(3, 69, 15) |
| HSL | hsl(131, 92%, 14%) |
| CMYK | cmyk(96%, 0%, 78%, 73%) |
| LAB | lab(24.7 -31.7 26.1) |
| LCH | lch(24.7 41.0 140.6) |
| OKLCH | oklch(0.340 0.104 145.1) |
Copy-ready code
/* CSS */
color: #03450f;
background-color: #03450f;
/* Tailwind (arbitrary) */
class="text-[#03450f] bg-[#03450f]"
/* SCSS */
$brand: #03450f;
/* SwiftUI */
Color(red: 0.012, green: 0.271, blue: 0.059)
/* Android */
Color.parseColor("#03450f")Accessibility — WCAG contrast
Aa
#03450f on white: 11.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#03450f on black: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green27.1%
Blue5.9%
CMYK percentages
Cyan95.7%
Magenta0.0%
Yellow78.3%
Key (black)72.9%
Color previews
#03450f text on a black background
contrast 1.86:1
Card sample
#03450f text on a white background
contrast 11.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #03450f;
Background color
Panel with #03450f background
background-color: #03450f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #03450f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 69, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 69, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #03450f; background: linear-gradient(135deg, #03450f, #03453B);