#07364b
a deep, electric cyan · cool · closest name: darkslategray
RGB
7, 54, 75
HSL
199°, 83%, 16%
CMYK
91, 28, 0, 71
Luminance
0.0319
Every format
| HEX | #07364b |
| RGB | rgb(7, 54, 75) |
| HSL | hsl(199, 83%, 16%) |
| CMYK | cmyk(91%, 28%, 0%, 71%) |
| LAB | lab(20.8 -6.5 -17.2) |
| LCH | lch(20.8 18.4 249.3) |
| OKLCH | oklch(0.314 0.060 233.5) |
Copy-ready code
/* CSS */
color: #07364b;
background-color: #07364b;
/* Tailwind (arbitrary) */
class="text-[#07364b] bg-[#07364b]"
/* SCSS */
$brand: #07364b;
/* SwiftUI */
Color(red: 0.027, green: 0.212, blue: 0.294)
/* Android */
Color.parseColor("#07364b")Accessibility — WCAG contrast
Aa
#07364b on white: 12.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#07364b on black: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green21.2%
Blue29.4%
CMYK percentages
Cyan90.7%
Magenta28.0%
Yellow0.0%
Key (black)70.6%
Color previews
#07364b text on a black background
contrast 1.64:1
Card sample
#07364b text on a white background
contrast 12.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #07364b;
Background color
Panel with #07364b background
background-color: #07364b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #07364b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 54, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 54, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #07364b; background: linear-gradient(135deg, #07364b, #07094B);