#4792c8
a balanced, vivid blue · cool · closest name: steelblue
RGB
71, 146, 200
HSL
205°, 54%, 53%
CMYK
65, 27, 0, 22
Luminance
0.2607
Every format
| HEX | #4792c8 |
| RGB | rgb(71, 146, 200) |
| HSL | hsl(205, 54%, 53%) |
| CMYK | cmyk(65%, 27%, 0%, 22%) |
| LAB | lab(58.1 -6.5 -34.8) |
| LCH | lch(58.1 35.4 259.5) |
| OKLCH | oklch(0.635 0.110 242.5) |
Copy-ready code
/* CSS */
color: #4792c8;
background-color: #4792c8;
/* Tailwind (arbitrary) */
class="text-[#4792c8] bg-[#4792c8]"
/* SCSS */
$brand: #4792c8;
/* SwiftUI */
Color(red: 0.278, green: 0.573, blue: 0.784)
/* Android */
Color.parseColor("#4792c8")Accessibility — WCAG contrast
Aa
#4792c8 on white: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4792c8 on black: 6.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green57.3%
Blue78.4%
CMYK percentages
Cyan64.5%
Magenta27.0%
Yellow0.0%
Key (black)21.6%
Color previews
#4792c8 text on a black background
contrast 6.21:1
Card sample
#4792c8 text on a white background
contrast 3.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4792c8;
Background color
Panel with #4792c8 background
background-color: #4792c8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4792c8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 146, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 146, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4792c8; background: linear-gradient(135deg, #4792c8, #5247C8);