#0732ba
a dark, electric blue · warm · closest name: navy
RGB
7, 50, 186
HSL
226°, 93%, 38%
CMYK
96, 73, 0, 27
Luminance
0.0587
Every format
| HEX | #0732ba |
| RGB | rgb(7, 50, 186) |
| HSL | hsl(226, 93%, 38%) |
| CMYK | cmyk(96%, 73%, 0%, 27%) |
| LAB | lab(29.1 42.4 -73.5) |
| LCH | lch(29.1 84.8 300.0) |
| OKLCH | oklch(0.406 0.214 264.2) |
Copy-ready code
/* CSS */
color: #0732ba;
background-color: #0732ba;
/* Tailwind (arbitrary) */
class="text-[#0732ba] bg-[#0732ba]"
/* SCSS */
$brand: #0732ba;
/* SwiftUI */
Color(red: 0.027, green: 0.196, blue: 0.729)
/* Android */
Color.parseColor("#0732ba")Accessibility — WCAG contrast
Aa
#0732ba on white: 9.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0732ba on black: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green19.6%
Blue72.9%
CMYK percentages
Cyan96.2%
Magenta73.1%
Yellow0.0%
Key (black)27.1%
Color previews
#0732ba text on a black background
contrast 2.17:1
Card sample
#0732ba text on a white background
contrast 9.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0732ba;
Background color
Panel with #0732ba background
background-color: #0732ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0732ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 50, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 50, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0732ba; background: linear-gradient(135deg, #0732ba, #5307BA);