#145104
a deep, electric green · cool · closest name: seagreen
RGB
20, 81, 4
HSL
108°, 91%, 17%
CMYK
75, 0, 95, 68
Luminance
0.0604
Every format
| HEX | #145104 |
| RGB | rgb(20, 81, 4) |
| HSL | hsl(108, 91%, 17%) |
| CMYK | cmyk(75%, 0%, 95%, 68%) |
| LAB | lab(29.5 -33.9 35.1) |
| LCH | lch(29.5 48.8 134.0) |
| OKLCH | oklch(0.381 0.120 140.5) |
Copy-ready code
/* CSS */
color: #145104;
background-color: #145104;
/* Tailwind (arbitrary) */
class="text-[#145104] bg-[#145104]"
/* SCSS */
$brand: #145104;
/* SwiftUI */
Color(red: 0.078, green: 0.318, blue: 0.016)
/* Android */
Color.parseColor("#145104")Accessibility — WCAG contrast
Aa
#145104 on white: 9.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#145104 on black: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green31.8%
Blue1.6%
CMYK percentages
Cyan75.3%
Magenta0.0%
Yellow95.1%
Key (black)68.2%
Color previews
#145104 text on a black background
contrast 2.21:1
Card sample
#145104 text on a white background
contrast 9.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #145104;
Background color
Panel with #145104 background
background-color: #145104;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #145104;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 81, 4, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 81, 4, 0.45);
Border & gradient
Gradient panel
border: 3px solid #145104; background: linear-gradient(135deg, #145104, #045127);