#07265f
a deep, electric blue · cool · closest name: midnightblue
RGB
7, 38, 95
HSL
219°, 86%, 20%
CMYK
93, 60, 0, 63
Luminance
0.0226
Every format
| HEX | #07265f |
| RGB | rgb(7, 38, 95) |
| HSL | hsl(219, 86%, 20%) |
| CMYK | cmyk(93%, 60%, 0%, 63%) |
| LAB | lab(16.8 13.9 -36.9) |
| LCH | lch(16.8 39.5 290.7) |
| OKLCH | oklch(0.287 0.108 261.3) |
Copy-ready code
/* CSS */
color: #07265f;
background-color: #07265f;
/* Tailwind (arbitrary) */
class="text-[#07265f] bg-[#07265f]"
/* SCSS */
$brand: #07265f;
/* SwiftUI */
Color(red: 0.027, green: 0.149, blue: 0.373)
/* Android */
Color.parseColor("#07265f")Accessibility — WCAG contrast
Aa
#07265f on white: 14.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#07265f on black: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green14.9%
Blue37.3%
CMYK percentages
Cyan92.6%
Magenta60.0%
Yellow0.0%
Key (black)62.7%
Color previews
#07265f text on a black background
contrast 1.45:1
Card sample
#07265f text on a white background
contrast 14.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #07265f;
Background color
Panel with #07265f background
background-color: #07265f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #07265f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 38, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 38, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #07265f; background: linear-gradient(135deg, #07265f, #23075F);