#073752
a deep, electric blue · cool · closest name: darkslategray
RGB
7, 55, 82
HSL
202°, 84%, 18%
CMYK
92, 33, 0, 68
Luminance
0.0339
Every format
| HEX | #073752 |
| RGB | rgb(7, 55, 82) |
| HSL | hsl(202, 84%, 18%) |
| CMYK | cmyk(92%, 33%, 0%, 68%) |
| LAB | lab(21.5 -4.2 -20.7) |
| LCH | lch(21.5 21.1 258.6) |
| OKLCH | oklch(0.321 0.068 239.8) |
Copy-ready code
/* CSS */
color: #073752;
background-color: #073752;
/* Tailwind (arbitrary) */
class="text-[#073752] bg-[#073752]"
/* SCSS */
$brand: #073752;
/* SwiftUI */
Color(red: 0.027, green: 0.216, blue: 0.322)
/* Android */
Color.parseColor("#073752")Accessibility — WCAG contrast
Aa
#073752 on white: 12.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#073752 on black: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green21.6%
Blue32.2%
CMYK percentages
Cyan91.5%
Magenta32.9%
Yellow0.0%
Key (black)67.8%
Color previews
#073752 text on a black background
contrast 1.68:1
Card sample
#073752 text on a white background
contrast 12.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #073752;
Background color
Panel with #073752 background
background-color: #073752;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #073752;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 55, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 55, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #073752; background: linear-gradient(135deg, #073752, #090752);