#4792cf
a balanced, vivid blue · cool · closest name: steelblue
RGB
71, 146, 207
HSL
207°, 59%, 55%
CMYK
66, 30, 0, 19
Luminance
0.2640
Every format
| HEX | #4792cf |
| RGB | rgb(71, 146, 207) |
| HSL | hsl(207, 59%, 55%) |
| CMYK | cmyk(66%, 30%, 0%, 19%) |
| LAB | lab(58.4 -4.1 -38.2) |
| LCH | lch(58.4 38.4 263.8) |
| OKLCH | oklch(0.639 0.118 245.7) |
Copy-ready code
/* CSS */
color: #4792cf;
background-color: #4792cf;
/* Tailwind (arbitrary) */
class="text-[#4792cf] bg-[#4792cf]"
/* SCSS */
$brand: #4792cf;
/* SwiftUI */
Color(red: 0.278, green: 0.573, blue: 0.812)
/* Android */
Color.parseColor("#4792cf")Accessibility — WCAG contrast
Aa
#4792cf on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4792cf on black: 6.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green57.3%
Blue81.2%
CMYK percentages
Cyan65.7%
Magenta29.5%
Yellow0.0%
Key (black)18.8%
Color previews
#4792cf text on a black background
contrast 6.28:1
Card sample
#4792cf text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4792cf;
Background color
Panel with #4792cf background
background-color: #4792cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4792cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 146, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 146, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4792cf; background: linear-gradient(135deg, #4792cf, #5747CF);