#4792ee
a balanced, electric blue · cool · closest name: dodgerblue
RGB
71, 146, 238
HSL
213°, 83%, 61%
CMYK
70, 39, 0, 7
Luminance
0.2807
Every format
| HEX | #4792ee |
| RGB | rgb(71, 146, 238) |
| HSL | hsl(213, 83%, 61%) |
| CMYK | cmyk(70%, 39%, 0%, 7%) |
| LAB | lab(60.0 6.5 -53.1) |
| LCH | lch(60.0 53.5 277.0) |
| OKLCH | oklch(0.656 0.157 255.0) |
Copy-ready code
/* CSS */
color: #4792ee;
background-color: #4792ee;
/* Tailwind (arbitrary) */
class="text-[#4792ee] bg-[#4792ee]"
/* SCSS */
$brand: #4792ee;
/* SwiftUI */
Color(red: 0.278, green: 0.573, blue: 0.933)
/* Android */
Color.parseColor("#4792ee")Accessibility — WCAG contrast
Aa
#4792ee on white: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4792ee on black: 6.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green57.3%
Blue93.3%
CMYK percentages
Cyan70.2%
Magenta38.7%
Yellow0.0%
Key (black)6.7%
Color previews
#4792ee text on a black background
contrast 6.61:1
Card sample
#4792ee text on a white background
contrast 3.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4792ee;
Background color
Panel with #4792ee background
background-color: #4792ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4792ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 146, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 146, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4792ee; background: linear-gradient(135deg, #4792ee, #6B47EE);