#1a6a32
a dark, vivid green · cool · closest name: seagreen
RGB
26, 106, 50
HSL
138°, 61%, 26%
CMYK
76, 0, 53, 58
Luminance
0.1076
Every format
| HEX | #1a6a32 |
| RGB | rgb(26, 106, 50) |
| HSL | hsl(138, 61%, 26%) |
| CMYK | cmyk(76%, 0%, 53%, 58%) |
| LAB | lab(39.2 -37.0 24.6) |
| LCH | lch(39.2 44.5 146.4) |
| OKLCH | oklch(0.463 0.116 149.1) |
Copy-ready code
/* CSS */
color: #1a6a32;
background-color: #1a6a32;
/* Tailwind (arbitrary) */
class="text-[#1a6a32] bg-[#1a6a32]"
/* SCSS */
$brand: #1a6a32;
/* SwiftUI */
Color(red: 0.102, green: 0.416, blue: 0.196)
/* Android */
Color.parseColor("#1a6a32")Accessibility — WCAG contrast
Aa
#1a6a32 on white: 6.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#1a6a32 on black: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green41.6%
Blue19.6%
CMYK percentages
Cyan75.5%
Magenta0.0%
Yellow52.8%
Key (black)58.4%
Color previews
#1a6a32 text on a black background
contrast 3.15:1
Card sample
#1a6a32 text on a white background
contrast 6.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1a6a32;
Background color
Panel with #1a6a32 background
background-color: #1a6a32;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1a6a32;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 106, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 106, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1a6a32; background: linear-gradient(135deg, #1a6a32, #1A6A67);