#031611
a deep, electric cyan · cool · closest name: black
RGB
3, 22, 17
HSL
164°, 76%, 5%
CMYK
86, 0, 23, 91
Luminance
0.0063
Every format
| HEX | #031611 |
| RGB | rgb(3, 22, 17) |
| HSL | hsl(164, 76%, 5%) |
| CMYK | cmyk(86%, 0%, 23%, 91%) |
| LAB | lab(5.7 -7.2 0.9) |
| LCH | lch(5.7 7.3 173.2) |
| OKLCH | oklch(0.181 0.029 174.5) |
Copy-ready code
/* CSS */
color: #031611;
background-color: #031611;
/* Tailwind (arbitrary) */
class="text-[#031611] bg-[#031611]"
/* SCSS */
$brand: #031611;
/* SwiftUI */
Color(red: 0.012, green: 0.086, blue: 0.067)
/* Android */
Color.parseColor("#031611")Accessibility — WCAG contrast
Aa
#031611 on white: 18.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#031611 on black: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green8.6%
Blue6.7%
CMYK percentages
Cyan86.4%
Magenta0.0%
Yellow22.7%
Key (black)91.4%
Color previews
#031611 text on a black background
contrast 1.13:1
Card sample
#031611 text on a white background
contrast 18.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #031611;
Background color
Panel with #031611 background
background-color: #031611;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #031611;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 22, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 22, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #031611; background: linear-gradient(135deg, #031611, #030E16);