#07173f
a deep, electric blue · cool · closest name: black
RGB
7, 23, 63
HSL
223°, 80%, 14%
CMYK
89, 64, 0, 75
Luminance
0.0102
Every format
| HEX | #07173f |
| RGB | rgb(7, 23, 63) |
| HSL | hsl(223, 80%, 14%) |
| CMYK | cmyk(89%, 64%, 0%, 75%) |
| LAB | lab(9.1 11.0 -27.5) |
| LCH | lch(9.1 29.6 291.8) |
| OKLCH | oklch(0.221 0.080 264.1) |
Copy-ready code
/* CSS */
color: #07173f;
background-color: #07173f;
/* Tailwind (arbitrary) */
class="text-[#07173f] bg-[#07173f]"
/* SCSS */
$brand: #07173f;
/* SwiftUI */
Color(red: 0.027, green: 0.090, blue: 0.247)
/* Android */
Color.parseColor("#07173f")Accessibility — WCAG contrast
Aa
#07173f on white: 17.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#07173f on black: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green9.0%
Blue24.7%
CMYK percentages
Cyan88.9%
Magenta63.5%
Yellow0.0%
Key (black)75.3%
Color previews
#07173f text on a black background
contrast 1.20:1
Card sample
#07173f text on a white background
contrast 17.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #07173f;
Background color
Panel with #07173f background
background-color: #07173f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #07173f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 23, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 23, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #07173f; background: linear-gradient(135deg, #07173f, #1C073F);