#078eb0
a dark, electric cyan · cool · closest name: steelblue
RGB
7, 142, 176
HSL
192°, 92%, 36%
CMYK
96, 19, 0, 31
Luminance
0.2253
Every format
| HEX | #078eb0 |
| RGB | rgb(7, 142, 176) |
| HSL | hsl(192, 92%, 36%) |
| CMYK | cmyk(96%, 19%, 0%, 31%) |
| LAB | lab(54.6 -19.3 -26.7) |
| LCH | lch(54.6 32.9 234.2) |
| OKLCH | oklch(0.600 0.111 222.8) |
Copy-ready code
/* CSS */
color: #078eb0;
background-color: #078eb0;
/* Tailwind (arbitrary) */
class="text-[#078eb0] bg-[#078eb0]"
/* SCSS */
$brand: #078eb0;
/* SwiftUI */
Color(red: 0.027, green: 0.557, blue: 0.690)
/* Android */
Color.parseColor("#078eb0")Accessibility — WCAG contrast
Aa
#078eb0 on white: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#078eb0 on black: 5.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green55.7%
Blue69.0%
CMYK percentages
Cyan96.0%
Magenta19.3%
Yellow0.0%
Key (black)31.0%
Color previews
#078eb0 text on a black background
contrast 5.51:1
Card sample
#078eb0 text on a white background
contrast 3.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #078eb0;
Background color
Panel with #078eb0 background
background-color: #078eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #078eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 142, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 142, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #078eb0; background: linear-gradient(135deg, #078eb0, #071DB0);