#13402a
a deep, vivid green · cool · closest name: darkslategray
RGB
19, 64, 42
HSL
151°, 54%, 16%
CMYK
70, 0, 34, 75
Luminance
0.0397
Every format
| HEX | #13402a |
| RGB | rgb(19, 64, 42) |
| HSL | hsl(151, 54%, 16%) |
| CMYK | cmyk(70%, 0%, 34%, 75%) |
| LAB | lab(23.6 -21.5 9.0) |
| LCH | lch(23.6 23.3 157.2) |
| OKLCH | oklch(0.334 0.063 158.7) |
Copy-ready code
/* CSS */
color: #13402a;
background-color: #13402a;
/* Tailwind (arbitrary) */
class="text-[#13402a] bg-[#13402a]"
/* SCSS */
$brand: #13402a;
/* SwiftUI */
Color(red: 0.075, green: 0.251, blue: 0.165)
/* Android */
Color.parseColor("#13402a")Accessibility — WCAG contrast
Aa
#13402a on white: 11.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#13402a on black: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green25.1%
Blue16.5%
CMYK percentages
Cyan70.3%
Magenta0.0%
Yellow34.4%
Key (black)74.9%
Color previews
#13402a text on a black background
contrast 1.79:1
Card sample
#13402a text on a white background
contrast 11.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #13402a;
Background color
Panel with #13402a background
background-color: #13402a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #13402a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 64, 42, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 64, 42, 0.45);
Border & gradient
Gradient panel
border: 3px solid #13402a; background: linear-gradient(135deg, #13402a, #133840);