#079cd4
a dark, electric cyan · cool · closest name: steelblue
RGB
7, 156, 212
HSL
196°, 94%, 43%
CMYK
97, 26, 0, 17
Luminance
0.2858
Every format
| HEX | #079cd4 |
| RGB | rgb(7, 156, 212) |
| HSL | hsl(196, 94%, 43%) |
| CMYK | cmyk(97%, 26%, 0%, 17%) |
| LAB | lab(60.4 -13.9 -38.0) |
| LCH | lch(60.4 40.5 249.9) |
| OKLCH | oklch(0.652 0.134 233.3) |
Copy-ready code
/* CSS */
color: #079cd4;
background-color: #079cd4;
/* Tailwind (arbitrary) */
class="text-[#079cd4] bg-[#079cd4]"
/* SCSS */
$brand: #079cd4;
/* SwiftUI */
Color(red: 0.027, green: 0.612, blue: 0.831)
/* Android */
Color.parseColor("#079cd4")Accessibility — WCAG contrast
Aa
#079cd4 on white: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#079cd4 on black: 6.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green61.2%
Blue83.1%
CMYK percentages
Cyan96.7%
Magenta26.4%
Yellow0.0%
Key (black)16.9%
Color previews
#079cd4 text on a black background
contrast 6.72:1
Card sample
#079cd4 text on a white background
contrast 3.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #079cd4;
Background color
Panel with #079cd4 background
background-color: #079cd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #079cd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 156, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 156, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #079cd4; background: linear-gradient(135deg, #079cd4, #0713D4);