#070430
a deep, electric blue · warm · closest name: black
RGB
7, 4, 48
HSL
244°, 85%, 10%
CMYK
85, 92, 0, 81
Luminance
0.0035
Every format
| HEX | #070430 |
| RGB | rgb(7, 4, 48) |
| HSL | hsl(244, 85%, 10%) |
| CMYK | cmyk(85%, 92%, 0%, 81%) |
| LAB | lab(3.1 13.8 -26.3) |
| LCH | lch(3.1 29.6 297.7) |
| OKLCH | oklch(0.160 0.084 275.3) |
Copy-ready code
/* CSS */
color: #070430;
background-color: #070430;
/* Tailwind (arbitrary) */
class="text-[#070430] bg-[#070430]"
/* SCSS */
$brand: #070430;
/* SwiftUI */
Color(red: 0.027, green: 0.016, blue: 0.188)
/* Android */
Color.parseColor("#070430")Accessibility — WCAG contrast
Aa
#070430 on white: 19.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#070430 on black: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green1.6%
Blue18.8%
CMYK percentages
Cyan85.4%
Magenta91.7%
Yellow0.0%
Key (black)81.2%
Color previews
#070430 text on a black background
contrast 1.07:1
Card sample
#070430 text on a white background
contrast 19.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #070430;
Background color
Panel with #070430 background
background-color: #070430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #070430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 4, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 4, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #070430; background: linear-gradient(135deg, #070430, #240430);