#131b0f
a deep, soft green · cool · closest name: black
RGB
19, 27, 15
HSL
100°, 29%, 8%
CMYK
30, 0, 44, 89
Luminance
0.0096
Every format
| HEX | #131b0f |
| RGB | rgb(19, 27, 15) |
| HSL | hsl(100, 29%, 8%) |
| CMYK | cmyk(30%, 0%, 44%, 89%) |
| LAB | lab(8.6 -6.6 6.3) |
| LCH | lch(8.6 9.1 136.2) |
| OKLCH | oklch(0.210 0.026 135.5) |
Copy-ready code
/* CSS */
color: #131b0f;
background-color: #131b0f;
/* Tailwind (arbitrary) */
class="text-[#131b0f] bg-[#131b0f]"
/* SCSS */
$brand: #131b0f;
/* SwiftUI */
Color(red: 0.075, green: 0.106, blue: 0.059)
/* Android */
Color.parseColor("#131b0f")Accessibility — WCAG contrast
Aa
#131b0f on white: 17.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#131b0f on black: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green10.6%
Blue5.9%
CMYK percentages
Cyan29.6%
Magenta0.0%
Yellow44.4%
Key (black)89.4%
Color previews
#131b0f text on a black background
contrast 1.19:1
Card sample
#131b0f text on a white background
contrast 17.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #131b0f;
Background color
Panel with #131b0f background
background-color: #131b0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #131b0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 27, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 27, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #131b0f; background: linear-gradient(135deg, #131b0f, #0F1B13);