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