#071311
a deep, vivid cyan · cool · closest name: black
RGB
7, 19, 17
HSL
170°, 46%, 5%
CMYK
63, 0, 11, 93
Luminance
0.0055
Every format
| HEX | #071311 |
| RGB | rgb(7, 19, 17) |
| HSL | hsl(170, 46%, 5%) |
| CMYK | cmyk(63%, 0%, 11%, 93%) |
| LAB | lab(5.0 -4.2 -0.2) |
| LCH | lch(5.0 4.2 182.7) |
| OKLCH | oklch(0.174 0.018 182.6) |
Copy-ready code
/* CSS */
color: #071311;
background-color: #071311;
/* Tailwind (arbitrary) */
class="text-[#071311] bg-[#071311]"
/* SCSS */
$brand: #071311;
/* SwiftUI */
Color(red: 0.027, green: 0.075, blue: 0.067)
/* Android */
Color.parseColor("#071311")Accessibility — WCAG contrast
Aa
#071311 on white: 18.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#071311 on black: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green7.5%
Blue6.7%
CMYK percentages
Cyan63.2%
Magenta0.0%
Yellow10.5%
Key (black)92.5%
Color previews
#071311 text on a black background
contrast 1.11:1
Card sample
#071311 text on a white background
contrast 18.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #071311;
Background color
Panel with #071311 background
background-color: #071311;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #071311;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 19, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 19, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #071311; background: linear-gradient(135deg, #071311, #070D13);