#138513
a dark, electric green · cool · closest name: green
RGB
19, 133, 19
HSL
120°, 75%, 30%
CMYK
86, 0, 86, 48
Luminance
0.1696
Every format
| HEX | #138513 |
| RGB | rgb(19, 133, 19) |
| HSL | hsl(120, 75%, 30%) |
| CMYK | cmyk(86%, 0%, 86%, 48%) |
| LAB | lab(48.2 -50.8 47.6) |
| LCH | lch(48.2 69.6 136.9) |
| OKLCH | oklch(0.537 0.173 142.7) |
Copy-ready code
/* CSS */
color: #138513;
background-color: #138513;
/* Tailwind (arbitrary) */
class="text-[#138513] bg-[#138513]"
/* SCSS */
$brand: #138513;
/* SwiftUI */
Color(red: 0.075, green: 0.522, blue: 0.075)
/* Android */
Color.parseColor("#138513")Accessibility — WCAG contrast
Aa
#138513 on white: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#138513 on black: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green52.2%
Blue7.5%
CMYK percentages
Cyan85.7%
Magenta0.0%
Yellow85.7%
Key (black)47.8%
Color previews
#138513 text on a black background
contrast 4.39:1
Card sample
#138513 text on a white background
contrast 4.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #138513;
Background color
Panel with #138513 background
background-color: #138513;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #138513;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 133, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 133, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #138513; background: linear-gradient(135deg, #138513, #13855F);