#031305
a deep, vivid green · cool · closest name: black
RGB
3, 19, 5
HSL
128°, 73%, 4%
CMYK
84, 0, 74, 93
Luminance
0.0050
Every format
| HEX | #031305 |
| RGB | rgb(3, 19, 5) |
| HSL | hsl(128, 73%, 4%) |
| CMYK | cmyk(84%, 0%, 74%, 93%) |
| LAB | lab(4.5 -7.1 4.5) |
| LCH | lch(4.5 8.4 147.5) |
| OKLCH | oklch(0.166 0.039 147.2) |
Copy-ready code
/* CSS */
color: #031305;
background-color: #031305;
/* Tailwind (arbitrary) */
class="text-[#031305] bg-[#031305]"
/* SCSS */
$brand: #031305;
/* SwiftUI */
Color(red: 0.012, green: 0.075, blue: 0.020)
/* Android */
Color.parseColor("#031305")Accessibility — WCAG contrast
Aa
#031305 on white: 19.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#031305 on black: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green7.5%
Blue2.0%
CMYK percentages
Cyan84.2%
Magenta0.0%
Yellow73.7%
Key (black)92.5%
Color previews
#031305 text on a black background
contrast 1.10:1
Card sample
#031305 text on a white background
contrast 19.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #031305;
Background color
Panel with #031305 background
background-color: #031305;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #031305;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 19, 5, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 19, 5, 0.45);
Border & gradient
Gradient panel
border: 3px solid #031305; background: linear-gradient(135deg, #031305, #031310);