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