#134607
a deep, electric green · cool · closest name: seagreen
RGB
19, 70, 7
HSL
109°, 82%, 15%
CMYK
73, 0, 90, 73
Luminance
0.0453
Every format
| HEX | #134607 |
| RGB | rgb(19, 70, 7) |
| HSL | hsl(109, 82%, 15%) |
| CMYK | cmyk(73%, 0%, 90%, 73%) |
| LAB | lab(25.4 -29.6 30.2) |
| LCH | lch(25.4 42.3 134.5) |
| OKLCH | oklch(0.347 0.105 140.5) |
Copy-ready code
/* CSS */
color: #134607;
background-color: #134607;
/* Tailwind (arbitrary) */
class="text-[#134607] bg-[#134607]"
/* SCSS */
$brand: #134607;
/* SwiftUI */
Color(red: 0.075, green: 0.275, blue: 0.027)
/* Android */
Color.parseColor("#134607")Accessibility — WCAG contrast
Aa
#134607 on white: 11.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#134607 on black: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green27.5%
Blue2.7%
CMYK percentages
Cyan72.9%
Magenta0.0%
Yellow90.0%
Key (black)72.5%
Color previews
#134607 text on a black background
contrast 1.91:1
Card sample
#134607 text on a white background
contrast 11.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #134607;
Background color
Panel with #134607 background
background-color: #134607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #134607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 70, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 70, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #134607; background: linear-gradient(135deg, #134607, #074625);