#26681c
a dark, vivid green · cool · closest name: seagreen
RGB
38, 104, 28
HSL
112°, 58%, 26%
CMYK
64, 0, 73, 59
Luminance
0.1040
Every format
| HEX | #26681c |
| RGB | rgb(38, 104, 28) |
| HSL | hsl(112, 58%, 26%) |
| CMYK | cmyk(64%, 0%, 73%, 59%) |
| LAB | lab(38.5 -36.5 35.1) |
| LCH | lch(38.5 50.6 136.1) |
| OKLCH | oklch(0.458 0.128 141.2) |
Copy-ready code
/* CSS */
color: #26681c;
background-color: #26681c;
/* Tailwind (arbitrary) */
class="text-[#26681c] bg-[#26681c]"
/* SCSS */
$brand: #26681c;
/* SwiftUI */
Color(red: 0.149, green: 0.408, blue: 0.110)
/* Android */
Color.parseColor("#26681c")Accessibility — WCAG contrast
Aa
#26681c on white: 6.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#26681c on black: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green40.8%
Blue11.0%
CMYK percentages
Cyan63.5%
Magenta0.0%
Yellow73.1%
Key (black)59.2%
Color previews
#26681c text on a black background
contrast 3.08:1
Card sample
#26681c text on a white background
contrast 6.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #26681c;
Background color
Panel with #26681c background
background-color: #26681c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #26681c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 104, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 104, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #26681c; background: linear-gradient(135deg, #26681c, #1C6845);