#131908
a deep, vivid green · cool · closest name: black
RGB
19, 25, 8
HSL
81°, 52%, 7%
CMYK
24, 0, 68, 90
Luminance
0.0085
Every format
| HEX | #131908 |
| RGB | rgb(19, 25, 8) |
| HSL | hsl(81, 52%, 7%) |
| CMYK | cmyk(24%, 0%, 68%, 90%) |
| LAB | lab(7.7 -6.1 8.1) |
| LCH | lch(7.7 10.2 127.0) |
| OKLCH | oklch(0.202 0.033 125.1) |
Copy-ready code
/* CSS */
color: #131908;
background-color: #131908;
/* Tailwind (arbitrary) */
class="text-[#131908] bg-[#131908]"
/* SCSS */
$brand: #131908;
/* SwiftUI */
Color(red: 0.075, green: 0.098, blue: 0.031)
/* Android */
Color.parseColor("#131908")Accessibility — WCAG contrast
Aa
#131908 on white: 17.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#131908 on black: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green9.8%
Blue3.1%
CMYK percentages
Cyan24.0%
Magenta0.0%
Yellow68.0%
Key (black)90.2%
Color previews
#131908 text on a black background
contrast 1.17:1
Card sample
#131908 text on a white background
contrast 17.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #131908;
Background color
Panel with #131908 background
background-color: #131908;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #131908;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 25, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 25, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #131908; background: linear-gradient(135deg, #131908, #081908);