#070f0f
a deep, soft cyan · cool · closest name: black
RGB
7, 15, 15
HSL
180°, 36%, 4%
CMYK
53, 0, 0, 94
Luminance
0.0042
Every format
| HEX | #070f0f |
| RGB | rgb(7, 15, 15) |
| HSL | hsl(180, 36%, 4%) |
| CMYK | cmyk(53%, 0%, 0%, 94%) |
| LAB | lab(3.8 -2.3 -0.8) |
| LCH | lch(3.8 2.4 199.5) |
| OKLCH | oklch(0.160 0.013 196.0) |
Copy-ready code
/* CSS */
color: #070f0f;
background-color: #070f0f;
/* Tailwind (arbitrary) */
class="text-[#070f0f] bg-[#070f0f]"
/* SCSS */
$brand: #070f0f;
/* SwiftUI */
Color(red: 0.027, green: 0.059, blue: 0.059)
/* Android */
Color.parseColor("#070f0f")Accessibility — WCAG contrast
Aa
#070f0f on white: 19.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#070f0f on black: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green5.9%
Blue5.9%
CMYK percentages
Cyan53.3%
Magenta0.0%
Yellow0.0%
Key (black)94.1%
Color previews
#070f0f text on a black background
contrast 1.08:1
Card sample
#070f0f text on a white background
contrast 19.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #070f0f;
Background color
Panel with #070f0f background
background-color: #070f0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #070f0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 15, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 15, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #070f0f; background: linear-gradient(135deg, #070f0f, #070A0F);