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