#070030
a deep, electric blue · warm · closest name: midnightblue
RGB
7, 0, 48
HSL
249°, 100%, 9%
CMYK
85, 100, 0, 81
Luminance
0.0026
Every format
| HEX | #070030 |
| RGB | rgb(7, 0, 48) |
| HSL | hsl(249, 100%, 9%) |
| CMYK | cmyk(85%, 100%, 0%, 81%) |
| LAB | lab(2.3 15.4 -27.5) |
| LCH | lch(2.3 31.5 299.2) |
| OKLCH | oklch(0.149 0.092 277.2) |
Copy-ready code
/* CSS */
color: #070030;
background-color: #070030;
/* Tailwind (arbitrary) */
class="text-[#070030] bg-[#070030]"
/* SCSS */
$brand: #070030;
/* SwiftUI */
Color(red: 0.027, green: 0.000, blue: 0.188)
/* Android */
Color.parseColor("#070030")Accessibility — WCAG contrast
Aa
#070030 on white: 19.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#070030 on black: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green0.0%
Blue18.8%
CMYK percentages
Cyan85.4%
Magenta100.0%
Yellow0.0%
Key (black)81.2%
Color previews
#070030 text on a black background
contrast 1.05:1
Card sample
#070030 text on a white background
contrast 19.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #070030;
Background color
Panel with #070030 background
background-color: #070030;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #070030;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 0, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 0, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #070030; background: linear-gradient(135deg, #070030, #270030);