#006b13
a deep, electric green · cool · closest name: forestgreen
RGB
0, 107, 19
HSL
131°, 100%, 21%
CMYK
100, 0, 82, 58
Luminance
0.1056
Every format
| HEX | #006b13 |
| RGB | rgb(0, 107, 19) |
| HSL | hsl(131, 100%, 21%) |
| CMYK | cmyk(100%, 0%, 82%, 58%) |
| LAB | lab(38.8 -44.4 38.7) |
| LCH | lch(38.8 58.9 139.0) |
| OKLCH | oklch(0.458 0.148 144.1) |
Copy-ready code
/* CSS */
color: #006b13;
background-color: #006b13;
/* Tailwind (arbitrary) */
class="text-[#006b13] bg-[#006b13]"
/* SCSS */
$brand: #006b13;
/* SwiftUI */
Color(red: 0.000, green: 0.420, blue: 0.075)
/* Android */
Color.parseColor("#006b13")Accessibility — WCAG contrast
Aa
#006b13 on white: 6.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#006b13 on black: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green42.0%
Blue7.5%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow82.2%
Key (black)58.0%
Color previews
#006b13 text on a black background
contrast 3.11:1
Card sample
#006b13 text on a white background
contrast 6.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #006b13;
Background color
Panel with #006b13 background
background-color: #006b13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #006b13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 107, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 107, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #006b13; background: linear-gradient(135deg, #006b13, #006B5A);