#4792ea
a balanced, electric blue · cool · closest name: dodgerblue
RGB
71, 146, 234
HSL
212°, 80%, 60%
CMYK
70, 38, 0, 8
Luminance
0.2784
Every format
| HEX | #4792ea |
| RGB | rgb(71, 146, 234) |
| HSL | hsl(212, 80%, 60%) |
| CMYK | cmyk(70%, 38%, 0%, 8%) |
| LAB | lab(59.7 5.1 -51.2) |
| LCH | lch(59.7 51.4 275.7) |
| OKLCH | oklch(0.654 0.151 254.1) |
Copy-ready code
/* CSS */
color: #4792ea;
background-color: #4792ea;
/* Tailwind (arbitrary) */
class="text-[#4792ea] bg-[#4792ea]"
/* SCSS */
$brand: #4792ea;
/* SwiftUI */
Color(red: 0.278, green: 0.573, blue: 0.918)
/* Android */
Color.parseColor("#4792ea")Accessibility — WCAG contrast
Aa
#4792ea on white: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4792ea on black: 6.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green57.3%
Blue91.8%
CMYK percentages
Cyan69.7%
Magenta37.6%
Yellow0.0%
Key (black)8.2%
Color previews
#4792ea text on a black background
contrast 6.57:1
Card sample
#4792ea text on a white background
contrast 3.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4792ea;
Background color
Panel with #4792ea background
background-color: #4792ea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4792ea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 146, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 146, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4792ea; background: linear-gradient(135deg, #4792ea, #6947EA);