#07444b
a deep, electric cyan · cool · closest name: darkslategray
RGB
7, 68, 75
HSL
186°, 83%, 16%
CMYK
91, 9, 0, 71
Luminance
0.0469
Every format
| HEX | #07444b |
| RGB | rgb(7, 68, 75) |
| HSL | hsl(186, 83%, 16%) |
| CMYK | cmyk(91%, 9%, 0%, 71%) |
| LAB | lab(25.8 -15.1 -9.4) |
| LCH | lch(25.8 17.8 211.9) |
| OKLCH | oklch(0.355 0.058 207.1) |
Copy-ready code
/* CSS */
color: #07444b;
background-color: #07444b;
/* Tailwind (arbitrary) */
class="text-[#07444b] bg-[#07444b]"
/* SCSS */
$brand: #07444b;
/* SwiftUI */
Color(red: 0.027, green: 0.267, blue: 0.294)
/* Android */
Color.parseColor("#07444b")Accessibility — WCAG contrast
Aa
#07444b on white: 10.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#07444b on black: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green26.7%
Blue29.4%
CMYK percentages
Cyan90.7%
Magenta9.3%
Yellow0.0%
Key (black)70.6%
Color previews
#07444b text on a black background
contrast 1.94:1
Card sample
#07444b text on a white background
contrast 10.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #07444b;
Background color
Panel with #07444b background
background-color: #07444b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #07444b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 68, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 68, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #07444b; background: linear-gradient(135deg, #07444b, #07174B);