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