#138f13
a dark, electric green · cool · closest name: green
RGB
19, 143, 19
HSL
120°, 77%, 32%
CMYK
87, 0, 87, 44
Luminance
0.1983
Every format
| HEX | #138f13 |
| RGB | rgb(19, 143, 19) |
| HSL | hsl(120, 77%, 32%) |
| CMYK | cmyk(87%, 0%, 87%, 44%) |
| LAB | lab(51.6 -53.9 50.7) |
| LCH | lch(51.6 74.0 136.8) |
| OKLCH | oklch(0.566 0.184 142.7) |
Copy-ready code
/* CSS */
color: #138f13;
background-color: #138f13;
/* Tailwind (arbitrary) */
class="text-[#138f13] bg-[#138f13]"
/* SCSS */
$brand: #138f13;
/* SwiftUI */
Color(red: 0.075, green: 0.561, blue: 0.075)
/* Android */
Color.parseColor("#138f13")Accessibility — WCAG contrast
Aa
#138f13 on white: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#138f13 on black: 4.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green56.1%
Blue7.5%
CMYK percentages
Cyan86.7%
Magenta0.0%
Yellow86.7%
Key (black)43.9%
Color previews
#138f13 text on a black background
contrast 4.97:1
Card sample
#138f13 text on a white background
contrast 4.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #138f13;
Background color
Panel with #138f13 background
background-color: #138f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #138f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 143, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 143, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #138f13; background: linear-gradient(135deg, #138f13, #138F66);