#079dfd
a balanced, electric blue · cool · closest name: dodgerblue
RGB
7, 157, 253
HSL
203°, 98%, 51%
CMYK
97, 38, 0, 1
Luminance
0.3125
Every format
| HEX | #079dfd |
| RGB | rgb(7, 157, 253) |
| HSL | hsl(203, 98%, 51%) |
| CMYK | cmyk(97%, 38%, 0%, 1%) |
| LAB | lab(62.7 0.6 -57.0) |
| LCH | lch(62.7 57.0 270.6) |
| OKLCH | oklch(0.677 0.177 247.1) |
Copy-ready code
/* CSS */
color: #079dfd;
background-color: #079dfd;
/* Tailwind (arbitrary) */
class="text-[#079dfd] bg-[#079dfd]"
/* SCSS */
$brand: #079dfd;
/* SwiftUI */
Color(red: 0.027, green: 0.616, blue: 0.992)
/* Android */
Color.parseColor("#079dfd")Accessibility — WCAG contrast
Aa
#079dfd on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#079dfd on black: 7.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green61.6%
Blue99.2%
CMYK percentages
Cyan97.2%
Magenta37.9%
Yellow0.0%
Key (black)0.8%
Color previews
#079dfd text on a black background
contrast 7.25:1
Card sample
#079dfd text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #079dfd;
Background color
Panel with #079dfd background
background-color: #079dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #079dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 157, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 157, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #079dfd; background: linear-gradient(135deg, #079dfd, #1507FD);