#134003
a deep, electric green · cool · closest name: seagreen
RGB
19, 64, 3
HSL
104°, 91%, 13%
CMYK
70, 0, 95, 75
Luminance
0.0381
Every format
| HEX | #134003 |
| RGB | rgb(19, 64, 3) |
| HSL | hsl(104, 91%, 13%) |
| CMYK | cmyk(70%, 0%, 95%, 75%) |
| LAB | lab(23.0 -27.6 29.6) |
| LCH | lch(23.0 40.4 133.0) |
| OKLCH | oklch(0.328 0.100 139.3) |
Copy-ready code
/* CSS */
color: #134003;
background-color: #134003;
/* Tailwind (arbitrary) */
class="text-[#134003] bg-[#134003]"
/* SCSS */
$brand: #134003;
/* SwiftUI */
Color(red: 0.075, green: 0.251, blue: 0.012)
/* Android */
Color.parseColor("#134003")Accessibility — WCAG contrast
Aa
#134003 on white: 11.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#134003 on black: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green25.1%
Blue1.2%
CMYK percentages
Cyan70.3%
Magenta0.0%
Yellow95.3%
Key (black)74.9%
Color previews
#134003 text on a black background
contrast 1.76:1
Card sample
#134003 text on a white background
contrast 11.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #134003;
Background color
Panel with #134003 background
background-color: #134003;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #134003;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 64, 3, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 64, 3, 0.45);
Border & gradient
Gradient panel
border: 3px solid #134003; background: linear-gradient(135deg, #134003, #03401C);