#138213
a dark, vivid green · cool · closest name: forestgreen
RGB
19, 130, 19
HSL
120°, 75%, 29%
CMYK
85, 0, 85, 49
Luminance
0.1615
Every format
| HEX | #138213 |
| RGB | rgb(19, 130, 19) |
| HSL | hsl(120, 75%, 29%) |
| CMYK | cmyk(85%, 0%, 85%, 49%) |
| LAB | lab(47.2 -49.9 46.6) |
| LCH | lch(47.2 68.3 136.9) |
| OKLCH | oklch(0.528 0.170 142.7) |
Copy-ready code
/* CSS */
color: #138213;
background-color: #138213;
/* Tailwind (arbitrary) */
class="text-[#138213] bg-[#138213]"
/* SCSS */
$brand: #138213;
/* SwiftUI */
Color(red: 0.075, green: 0.510, blue: 0.075)
/* Android */
Color.parseColor("#138213")Accessibility — WCAG contrast
Aa
#138213 on white: 4.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#138213 on black: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green51.0%
Blue7.5%
CMYK percentages
Cyan85.4%
Magenta0.0%
Yellow85.4%
Key (black)49.0%
Color previews
#138213 text on a black background
contrast 4.23:1
Card sample
#138213 text on a white background
contrast 4.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #138213;
Background color
Panel with #138213 background
background-color: #138213;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #138213;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 130, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 130, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #138213; background: linear-gradient(135deg, #138213, #13825D);