#07124a
a deep, electric blue · warm · closest name: midnightblue
RGB
7, 18, 74
HSL
230°, 83%, 16%
CMYK
91, 76, 0, 71
Luminance
0.0097
Every format
| HEX | #07124a |
| RGB | rgb(7, 18, 74) |
| HSL | hsl(230, 83%, 16%) |
| CMYK | cmyk(91%, 76%, 0%, 71%) |
| LAB | lab(8.8 19.8 -35.8) |
| LCH | lch(8.8 40.9 298.9) |
| OKLCH | oklch(0.221 0.104 267.3) |
Copy-ready code
/* CSS */
color: #07124a;
background-color: #07124a;
/* Tailwind (arbitrary) */
class="text-[#07124a] bg-[#07124a]"
/* SCSS */
$brand: #07124a;
/* SwiftUI */
Color(red: 0.027, green: 0.071, blue: 0.290)
/* Android */
Color.parseColor("#07124a")Accessibility — WCAG contrast
Aa
#07124a on white: 17.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#07124a on black: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green7.1%
Blue29.0%
CMYK percentages
Cyan90.5%
Magenta75.7%
Yellow0.0%
Key (black)71.0%
Color previews
#07124a text on a black background
contrast 1.19:1
Card sample
#07124a text on a white background
contrast 17.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #07124a;
Background color
Panel with #07124a background
background-color: #07124a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #07124a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 18, 74, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 18, 74, 0.45);
Border & gradient
Gradient panel
border: 3px solid #07124a; background: linear-gradient(135deg, #07124a, #29074A);