#031c13
a deep, electric green · cool · closest name: black
RGB
3, 28, 19
HSL
158°, 81%, 6%
CMYK
89, 0, 32, 89
Luminance
0.0090
Every format
| HEX | #031c13 |
| RGB | rgb(3, 28, 19) |
| HSL | hsl(158, 81%, 6%) |
| CMYK | cmyk(89%, 0%, 32%, 89%) |
| LAB | lab(8.1 -11.6 3.1) |
| LCH | lch(8.1 12.0 164.9) |
| OKLCH | oklch(0.203 0.037 166.6) |
Copy-ready code
/* CSS */
color: #031c13;
background-color: #031c13;
/* Tailwind (arbitrary) */
class="text-[#031c13] bg-[#031c13]"
/* SCSS */
$brand: #031c13;
/* SwiftUI */
Color(red: 0.012, green: 0.110, blue: 0.075)
/* Android */
Color.parseColor("#031c13")Accessibility — WCAG contrast
Aa
#031c13 on white: 17.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#031c13 on black: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green11.0%
Blue7.5%
CMYK percentages
Cyan89.3%
Magenta0.0%
Yellow32.1%
Key (black)89.0%
Color previews
#031c13 text on a black background
contrast 1.18:1
Card sample
#031c13 text on a white background
contrast 17.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #031c13;
Background color
Panel with #031c13 background
background-color: #031c13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #031c13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 28, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 28, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #031c13; background: linear-gradient(135deg, #031c13, #03141C);