#07151f
a deep, vivid blue · cool · closest name: black
RGB
7, 21, 31
HSL
205°, 63%, 8%
CMYK
77, 32, 0, 88
Luminance
0.0068
Every format
| HEX | #07151f |
| RGB | rgb(7, 21, 31) |
| HSL | hsl(205, 63%, 8%) |
| CMYK | cmyk(77%, 32%, 0%, 88%) |
| LAB | lab(6.2 -1.8 -8.6) |
| LCH | lch(6.2 8.8 258.3) |
| OKLCH | oklch(0.189 0.029 241.0) |
Copy-ready code
/* CSS */
color: #07151f;
background-color: #07151f;
/* Tailwind (arbitrary) */
class="text-[#07151f] bg-[#07151f]"
/* SCSS */
$brand: #07151f;
/* SwiftUI */
Color(red: 0.027, green: 0.082, blue: 0.122)
/* Android */
Color.parseColor("#07151f")Accessibility — WCAG contrast
Aa
#07151f on white: 18.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#07151f on black: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green8.2%
Blue12.2%
CMYK percentages
Cyan77.4%
Magenta32.3%
Yellow0.0%
Key (black)87.8%
Color previews
#07151f text on a black background
contrast 1.14:1
Card sample
#07151f text on a white background
contrast 18.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #07151f;
Background color
Panel with #07151f background
background-color: #07151f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #07151f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 21, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 21, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #07151f; background: linear-gradient(135deg, #07151f, #09071F);