#07181f
a deep, vivid cyan · cool · closest name: black
RGB
7, 24, 31
HSL
198°, 63%, 8%
CMYK
77, 23, 0, 88
Luminance
0.0080
Every format
| HEX | #07181f |
| RGB | rgb(7, 24, 31) |
| HSL | hsl(198, 63%, 8%) |
| CMYK | cmyk(77%, 23%, 0%, 88%) |
| LAB | lab(7.2 -4.0 -7.0) |
| LCH | lch(7.2 8.1 240.6) |
| OKLCH | oklch(0.198 0.027 227.0) |
Copy-ready code
/* CSS */
color: #07181f;
background-color: #07181f;
/* Tailwind (arbitrary) */
class="text-[#07181f] bg-[#07181f]"
/* SCSS */
$brand: #07181f;
/* SwiftUI */
Color(red: 0.027, green: 0.094, blue: 0.122)
/* Android */
Color.parseColor("#07181f")Accessibility — WCAG contrast
Aa
#07181f on white: 18.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#07181f on black: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green9.4%
Blue12.2%
CMYK percentages
Cyan77.4%
Magenta22.6%
Yellow0.0%
Key (black)87.8%
Color previews
#07181f text on a black background
contrast 1.16:1
Card sample
#07181f text on a white background
contrast 18.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #07181f;
Background color
Panel with #07181f background
background-color: #07181f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #07181f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 24, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 24, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #07181f; background: linear-gradient(135deg, #07181f, #07081F);