#075868
a deep, electric cyan · cool · closest name: darkslategray
RGB
7, 88, 104
HSL
190°, 87%, 22%
CMYK
93, 15, 0, 59
Luminance
0.0802
Every format
| HEX | #075868 |
| RGB | rgb(7, 88, 104) |
| HSL | hsl(190, 87%, 22%) |
| CMYK | cmyk(93%, 15%, 0%, 59%) |
| LAB | lab(34.0 -15.7 -15.4) |
| LCH | lch(34.0 22.1 224.5) |
| OKLCH | oklch(0.425 0.073 216.2) |
Copy-ready code
/* CSS */
color: #075868;
background-color: #075868;
/* Tailwind (arbitrary) */
class="text-[#075868] bg-[#075868]"
/* SCSS */
$brand: #075868;
/* SwiftUI */
Color(red: 0.027, green: 0.345, blue: 0.408)
/* Android */
Color.parseColor("#075868")Accessibility — WCAG contrast
Aa
#075868 on white: 8.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#075868 on black: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green34.5%
Blue40.8%
CMYK percentages
Cyan93.3%
Magenta15.4%
Yellow0.0%
Key (black)59.2%
Color previews
#075868 text on a black background
contrast 2.60:1
Card sample
#075868 text on a white background
contrast 8.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #075868;
Background color
Panel with #075868 background
background-color: #075868;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #075868;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 88, 104, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 88, 104, 0.45);
Border & gradient
Gradient panel
border: 3px solid #075868; background: linear-gradient(135deg, #075868, #071768);