#019461
a dark, electric green · cool · closest name: seagreen
RGB
1, 148, 97
HSL
159°, 99%, 29%
CMYK
99, 0, 35, 42
Luminance
0.2205
Every format
| HEX | #019461 |
| RGB | rgb(1, 148, 97) |
| HSL | hsl(159, 99%, 29%) |
| CMYK | cmyk(99%, 0%, 35%, 42%) |
| LAB | lab(54.1 -46.0 17.8) |
| LCH | lch(54.1 49.4 158.9) |
| OKLCH | oklch(0.588 0.133 160.2) |
Copy-ready code
/* CSS */
color: #019461;
background-color: #019461;
/* Tailwind (arbitrary) */
class="text-[#019461] bg-[#019461]"
/* SCSS */
$brand: #019461;
/* SwiftUI */
Color(red: 0.004, green: 0.580, blue: 0.380)
/* Android */
Color.parseColor("#019461")Accessibility — WCAG contrast
Aa
#019461 on white: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#019461 on black: 5.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.4%
Green58.0%
Blue38.0%
CMYK percentages
Cyan99.3%
Magenta0.0%
Yellow34.5%
Key (black)42.0%
Color previews
#019461 text on a black background
contrast 5.41:1
Card sample
#019461 text on a white background
contrast 3.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #019461;
Background color
Panel with #019461 background
background-color: #019461;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #019461;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(1, 148, 97, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(1, 148, 97, 0.45);
Border & gradient
Gradient panel
border: 3px solid #019461; background: linear-gradient(135deg, #019461, #016594);