#073ace
a dark, electric blue · cool · closest name: navy
RGB
7, 58, 206
HSL
225°, 93%, 42%
CMYK
97, 72, 0, 19
Luminance
0.0753
Every format
| HEX | #073ace |
| RGB | rgb(7, 58, 206) |
| HSL | hsl(225, 93%, 42%) |
| CMYK | cmyk(97%, 72%, 0%, 19%) |
| LAB | lab(33.0 44.8 -78.8) |
| LCH | lch(33.0 90.6 299.6) |
| OKLCH | oklch(0.440 0.230 263.9) |
Copy-ready code
/* CSS */
color: #073ace;
background-color: #073ace;
/* Tailwind (arbitrary) */
class="text-[#073ace] bg-[#073ace]"
/* SCSS */
$brand: #073ace;
/* SwiftUI */
Color(red: 0.027, green: 0.227, blue: 0.808)
/* Android */
Color.parseColor("#073ace")Accessibility — WCAG contrast
Aa
#073ace on white: 8.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#073ace on black: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green22.7%
Blue80.8%
CMYK percentages
Cyan96.6%
Magenta71.8%
Yellow0.0%
Key (black)19.2%
Color previews
#073ace text on a black background
contrast 2.51:1
Card sample
#073ace text on a white background
contrast 8.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #073ace;
Background color
Panel with #073ace background
background-color: #073ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #073ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 58, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 58, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #073ace; background: linear-gradient(135deg, #073ace, #5907CE);