#4792fc
a balanced, electric blue · cool · closest name: dodgerblue
RGB
71, 146, 252
HSL
215°, 97%, 63%
CMYK
72, 42, 0, 1
Luminance
0.2893
Every format
| HEX | #4792fc |
| RGB | rgb(71, 146, 252) |
| HSL | hsl(215, 97%, 63%) |
| CMYK | cmyk(72%, 42%, 0%, 1%) |
| LAB | lab(60.7 11.4 -59.5) |
| LCH | lch(60.7 60.6 280.9) |
| OKLCH | oklch(0.664 0.174 257.6) |
Copy-ready code
/* CSS */
color: #4792fc;
background-color: #4792fc;
/* Tailwind (arbitrary) */
class="text-[#4792fc] bg-[#4792fc]"
/* SCSS */
$brand: #4792fc;
/* SwiftUI */
Color(red: 0.278, green: 0.573, blue: 0.988)
/* Android */
Color.parseColor("#4792fc")Accessibility — WCAG contrast
Aa
#4792fc on white: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4792fc on black: 6.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green57.3%
Blue98.8%
CMYK percentages
Cyan71.8%
Magenta42.1%
Yellow0.0%
Key (black)1.2%
Color previews
#4792fc text on a black background
contrast 6.79:1
Card sample
#4792fc text on a white background
contrast 3.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4792fc;
Background color
Panel with #4792fc background
background-color: #4792fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4792fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 146, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 146, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4792fc; background: linear-gradient(135deg, #4792fc, #7447FC);