#07145f
a deep, electric blue · warm · closest name: midnightblue
RGB
7, 20, 95
HSL
231°, 86%, 20%
CMYK
93, 79, 0, 63
Luminance
0.0137
Every format
| HEX | #07145f |
| RGB | rgb(7, 20, 95) |
| HSL | hsl(231, 86%, 20%) |
| CMYK | cmyk(93%, 79%, 0%, 63%) |
| LAB | lab(11.8 27.1 -45.2) |
| LCH | lch(11.8 52.7 300.9) |
| OKLCH | oklch(0.250 0.131 266.6) |
Copy-ready code
/* CSS */
color: #07145f;
background-color: #07145f;
/* Tailwind (arbitrary) */
class="text-[#07145f] bg-[#07145f]"
/* SCSS */
$brand: #07145f;
/* SwiftUI */
Color(red: 0.027, green: 0.078, blue: 0.373)
/* Android */
Color.parseColor("#07145f")Accessibility — WCAG contrast
Aa
#07145f on white: 16.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#07145f on black: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green7.8%
Blue37.3%
CMYK percentages
Cyan92.6%
Magenta78.9%
Yellow0.0%
Key (black)62.7%
Color previews
#07145f text on a black background
contrast 1.27:1
Card sample
#07145f text on a white background
contrast 16.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #07145f;
Background color
Panel with #07145f background
background-color: #07145f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #07145f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 20, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 20, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #07145f; background: linear-gradient(135deg, #07145f, #35075F);