#073abc
a dark, electric blue · cool · closest name: slateblue
RGB
7, 58, 188
HSL
223°, 93%, 38%
CMYK
96, 69, 0, 26
Luminance
0.0670
Every format
| HEX | #073abc |
| RGB | rgb(7, 58, 188) |
| HSL | hsl(223, 93%, 38%) |
| CMYK | cmyk(96%, 69%, 0%, 26%) |
| LAB | lab(31.1 38.1 -71.3) |
| LCH | lch(31.1 80.9 298.1) |
| OKLCH | oklch(0.421 0.208 263.5) |
Copy-ready code
/* CSS */
color: #073abc;
background-color: #073abc;
/* Tailwind (arbitrary) */
class="text-[#073abc] bg-[#073abc]"
/* SCSS */
$brand: #073abc;
/* SwiftUI */
Color(red: 0.027, green: 0.227, blue: 0.737)
/* Android */
Color.parseColor("#073abc")Accessibility — WCAG contrast
Aa
#073abc on white: 8.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#073abc on black: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green22.7%
Blue73.7%
CMYK percentages
Cyan96.3%
Magenta69.1%
Yellow0.0%
Key (black)26.3%
Color previews
#073abc text on a black background
contrast 2.34:1
Card sample
#073abc text on a white background
contrast 8.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #073abc;
Background color
Panel with #073abc background
background-color: #073abc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #073abc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 58, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 58, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #073abc; background: linear-gradient(135deg, #073abc, #4D07BC);