#131f06
a deep, vivid green · cool · closest name: black
RGB
19, 31, 6
HSL
89°, 68%, 7%
CMYK
39, 0, 81, 88
Luminance
0.0113
Every format
| HEX | #131f06 |
| RGB | rgb(19, 31, 6) |
| HSL | hsl(89, 68%, 7%) |
| CMYK | cmyk(39%, 0%, 81%, 88%) |
| LAB | lab(10.0 -10.9 12.3) |
| LCH | lch(10.0 16.4 131.4) |
| OKLCH | oklch(0.221 0.047 130.6) |
Copy-ready code
/* CSS */
color: #131f06;
background-color: #131f06;
/* Tailwind (arbitrary) */
class="text-[#131f06] bg-[#131f06]"
/* SCSS */
$brand: #131f06;
/* SwiftUI */
Color(red: 0.075, green: 0.122, blue: 0.024)
/* Android */
Color.parseColor("#131f06")Accessibility — WCAG contrast
Aa
#131f06 on white: 17.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#131f06 on black: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green12.2%
Blue2.4%
CMYK percentages
Cyan38.7%
Magenta0.0%
Yellow80.6%
Key (black)87.8%
Color previews
#131f06 text on a black background
contrast 1.23:1
Card sample
#131f06 text on a white background
contrast 17.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #131f06;
Background color
Panel with #131f06 background
background-color: #131f06;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #131f06;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 31, 6, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 31, 6, 0.45);
Border & gradient
Gradient panel
border: 3px solid #131f06; background: linear-gradient(135deg, #131f06, #061F0A);