#079cff
a balanced, electric blue · cool · closest name: dodgerblue
RGB
7, 156, 255
HSL
204°, 100%, 51%
CMYK
97, 39, 0, 0
Luminance
0.3104
Every format
| HEX | #079cff |
| RGB | rgb(7, 156, 255) |
| HSL | hsl(204, 100%, 51%) |
| CMYK | cmyk(97%, 39%, 0%, 0%) |
| LAB | lab(62.5 2.0 -58.3) |
| LCH | lch(62.5 58.4 271.9) |
| OKLCH | oklch(0.676 0.180 247.9) |
Copy-ready code
/* CSS */
color: #079cff;
background-color: #079cff;
/* Tailwind (arbitrary) */
class="text-[#079cff] bg-[#079cff]"
/* SCSS */
$brand: #079cff;
/* SwiftUI */
Color(red: 0.027, green: 0.612, blue: 1.000)
/* Android */
Color.parseColor("#079cff")Accessibility — WCAG contrast
Aa
#079cff on white: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#079cff on black: 7.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green61.2%
Blue100.0%
CMYK percentages
Cyan97.3%
Magenta38.8%
Yellow0.0%
Key (black)0.0%
Color previews
#079cff text on a black background
contrast 7.21:1
Card sample
#079cff text on a white background
contrast 2.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #079cff;
Background color
Panel with #079cff background
background-color: #079cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #079cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 156, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 156, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #079cff; background: linear-gradient(135deg, #079cff, #1807FF);