#13481c
a deep, vivid green · cool · closest name: seagreen
RGB
19, 72, 28
HSL
130°, 58%, 18%
CMYK
74, 0, 61, 72
Luminance
0.0486
Every format
| HEX | #13481c |
| RGB | rgb(19, 72, 28) |
| HSL | hsl(130, 58%, 18%) |
| CMYK | cmyk(74%, 0%, 61%, 72%) |
| LAB | lab(26.3 -28.1 21.2) |
| LCH | lch(26.3 35.2 143.0) |
| OKLCH | oklch(0.355 0.091 146.3) |
Copy-ready code
/* CSS */
color: #13481c;
background-color: #13481c;
/* Tailwind (arbitrary) */
class="text-[#13481c] bg-[#13481c]"
/* SCSS */
$brand: #13481c;
/* SwiftUI */
Color(red: 0.075, green: 0.282, blue: 0.110)
/* Android */
Color.parseColor("#13481c")Accessibility — WCAG contrast
Aa
#13481c on white: 10.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#13481c on black: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green28.2%
Blue11.0%
CMYK percentages
Cyan73.6%
Magenta0.0%
Yellow61.1%
Key (black)71.8%
Color previews
#13481c text on a black background
contrast 1.97:1
Card sample
#13481c text on a white background
contrast 10.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #13481c;
Background color
Panel with #13481c background
background-color: #13481c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #13481c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 72, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 72, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #13481c; background: linear-gradient(135deg, #13481c, #13483F);