#07112b
a deep, vivid blue · cool · closest name: black
RGB
7, 17, 43
HSL
223°, 72%, 10%
CMYK
84, 61, 0, 83
Luminance
0.0062
Every format
| HEX | #07112b |
| RGB | rgb(7, 17, 43) |
| HSL | hsl(223, 72%, 10%) |
| CMYK | cmyk(84%, 61%, 0%, 83%) |
| LAB | lab(5.6 5.5 -18.6) |
| LCH | lch(5.6 19.4 286.5) |
| OKLCH | oklch(0.186 0.055 265.2) |
Copy-ready code
/* CSS */
color: #07112b;
background-color: #07112b;
/* Tailwind (arbitrary) */
class="text-[#07112b] bg-[#07112b]"
/* SCSS */
$brand: #07112b;
/* SwiftUI */
Color(red: 0.027, green: 0.067, blue: 0.169)
/* Android */
Color.parseColor("#07112b")Accessibility — WCAG contrast
Aa
#07112b on white: 18.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#07112b on black: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green6.7%
Blue16.9%
CMYK percentages
Cyan83.7%
Magenta60.5%
Yellow0.0%
Key (black)83.1%
Color previews
#07112b text on a black background
contrast 1.12:1
Card sample
#07112b text on a white background
contrast 18.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #07112b;
Background color
Panel with #07112b background
background-color: #07112b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #07112b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 17, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 17, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #07112b; background: linear-gradient(135deg, #07112b, #15072B);