#134613
a deep, vivid green · cool · closest name: seagreen
RGB
19, 70, 19
HSL
120°, 57%, 18%
CMYK
73, 0, 73, 73
Luminance
0.0457
Every format
| HEX | #134613 |
| RGB | rgb(19, 70, 19) |
| HSL | hsl(120, 57%, 18%) |
| CMYK | cmyk(73%, 0%, 73%, 73%) |
| LAB | lab(25.5 -28.5 25.1) |
| LCH | lch(25.5 38.0 138.7) |
| OKLCH | oklch(0.348 0.097 143.1) |
Copy-ready code
/* CSS */
color: #134613;
background-color: #134613;
/* Tailwind (arbitrary) */
class="text-[#134613] bg-[#134613]"
/* SCSS */
$brand: #134613;
/* SwiftUI */
Color(red: 0.075, green: 0.275, blue: 0.075)
/* Android */
Color.parseColor("#134613")Accessibility — WCAG contrast
Aa
#134613 on white: 10.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#134613 on black: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green27.5%
Blue7.5%
CMYK percentages
Cyan72.9%
Magenta0.0%
Yellow72.9%
Key (black)72.5%
Color previews
#134613 text on a black background
contrast 1.91:1
Card sample
#134613 text on a white background
contrast 10.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #134613;
Background color
Panel with #134613 background
background-color: #134613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #134613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 70, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 70, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #134613; background: linear-gradient(135deg, #134613, #134635);