#071430
a deep, vivid blue · cool · closest name: black
RGB
7, 20, 48
HSL
221°, 75%, 11%
CMYK
85, 58, 0, 81
Luminance
0.0076
Every format
| HEX | #071430 |
| RGB | rgb(7, 20, 48) |
| HSL | hsl(221, 75%, 11%) |
| CMYK | cmyk(85%, 58%, 0%, 81%) |
| LAB | lab(6.8 6.1 -20.3) |
| LCH | lch(6.8 21.2 286.8) |
| OKLCH | oklch(0.199 0.059 263.0) |
Copy-ready code
/* CSS */
color: #071430;
background-color: #071430;
/* Tailwind (arbitrary) */
class="text-[#071430] bg-[#071430]"
/* SCSS */
$brand: #071430;
/* SwiftUI */
Color(red: 0.027, green: 0.078, blue: 0.188)
/* Android */
Color.parseColor("#071430")Accessibility — WCAG contrast
Aa
#071430 on white: 18.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#071430 on black: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green7.8%
Blue18.8%
CMYK percentages
Cyan85.4%
Magenta58.3%
Yellow0.0%
Key (black)81.2%
Color previews
#071430 text on a black background
contrast 1.15:1
Card sample
#071430 text on a white background
contrast 18.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #071430;
Background color
Panel with #071430 background
background-color: #071430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #071430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 20, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 20, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #071430; background: linear-gradient(135deg, #071430, #150730);