#1a673e
a dark, vivid green · cool · closest name: seagreen
RGB
26, 103, 62
HSL
148°, 60%, 25%
CMYK
75, 0, 40, 60
Luminance
0.1027
Every format
| HEX | #1a673e |
| RGB | rgb(26, 103, 62) |
| HSL | hsl(148, 60%, 25%) |
| CMYK | cmyk(75%, 0%, 40%, 60%) |
| LAB | lab(38.3 -33.5 16.6) |
| LCH | lch(38.3 37.4 153.5) |
| OKLCH | oklch(0.457 0.100 155.3) |
Copy-ready code
/* CSS */
color: #1a673e;
background-color: #1a673e;
/* Tailwind (arbitrary) */
class="text-[#1a673e] bg-[#1a673e]"
/* SCSS */
$brand: #1a673e;
/* SwiftUI */
Color(red: 0.102, green: 0.404, blue: 0.243)
/* Android */
Color.parseColor("#1a673e")Accessibility — WCAG contrast
Aa
#1a673e on white: 6.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#1a673e on black: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green40.4%
Blue24.3%
CMYK percentages
Cyan74.8%
Magenta0.0%
Yellow39.8%
Key (black)59.6%
Color previews
#1a673e text on a black background
contrast 3.05:1
Card sample
#1a673e text on a white background
contrast 6.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1a673e;
Background color
Panel with #1a673e background
background-color: #1a673e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1a673e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 103, 62, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 103, 62, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1a673e; background: linear-gradient(135deg, #1a673e, #1A5D67);