#071920
a deep, vivid cyan · cool · closest name: black
RGB
7, 25, 32
HSL
197°, 64%, 8%
CMYK
78, 22, 0, 88
Luminance
0.0084
Every format
| HEX | #071920 |
| RGB | rgb(7, 25, 32) |
| HSL | hsl(197, 64%, 8%) |
| CMYK | cmyk(78%, 22%, 0%, 88%) |
| LAB | lab(7.6 -4.4 -7.1) |
| LCH | lch(7.6 8.4 238.4) |
| OKLCH | oklch(0.202 0.028 225.7) |
Copy-ready code
/* CSS */
color: #071920;
background-color: #071920;
/* Tailwind (arbitrary) */
class="text-[#071920] bg-[#071920]"
/* SCSS */
$brand: #071920;
/* SwiftUI */
Color(red: 0.027, green: 0.098, blue: 0.125)
/* Android */
Color.parseColor("#071920")Accessibility — WCAG contrast
Aa
#071920 on white: 17.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#071920 on black: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green9.8%
Blue12.5%
CMYK percentages
Cyan78.1%
Magenta21.9%
Yellow0.0%
Key (black)87.5%
Color previews
#071920 text on a black background
contrast 1.17:1
Card sample
#071920 text on a white background
contrast 17.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #071920;
Background color
Panel with #071920 background
background-color: #071920;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #071920;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 25, 32, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 25, 32, 0.45);
Border & gradient
Gradient panel
border: 3px solid #071920; background: linear-gradient(135deg, #071920, #070820);