#07374c
a deep, electric cyan · cool · closest name: darkslategray
RGB
7, 55, 76
HSL
198°, 83%, 16%
CMYK
91, 28, 0, 70
Luminance
0.0330
Every format
| HEX | #07374c |
| RGB | rgb(7, 55, 76) |
| HSL | hsl(198, 83%, 16%) |
| CMYK | cmyk(91%, 28%, 0%, 70%) |
| LAB | lab(21.2 -6.7 -17.2) |
| LCH | lch(21.2 18.5 248.7) |
| OKLCH | oklch(0.318 0.061 233.0) |
Copy-ready code
/* CSS */
color: #07374c;
background-color: #07374c;
/* Tailwind (arbitrary) */
class="text-[#07374c] bg-[#07374c]"
/* SCSS */
$brand: #07374c;
/* SwiftUI */
Color(red: 0.027, green: 0.216, blue: 0.298)
/* Android */
Color.parseColor("#07374c")Accessibility — WCAG contrast
Aa
#07374c on white: 12.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#07374c on black: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green21.6%
Blue29.8%
CMYK percentages
Cyan90.8%
Magenta27.6%
Yellow0.0%
Key (black)70.2%
Color previews
#07374c text on a black background
contrast 1.66:1
Card sample
#07374c text on a white background
contrast 12.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #07374c;
Background color
Panel with #07374c background
background-color: #07374c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #07374c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 55, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 55, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #07374c; background: linear-gradient(135deg, #07374c, #07094C);