#4792ab
a balanced, soft cyan · cool · closest name: steelblue
RGB
71, 146, 171
HSL
195°, 41%, 48%
CMYK
59, 15, 0, 33
Luminance
0.2484
Every format
| HEX | #4792ab |
| RGB | rgb(71, 146, 171) |
| HSL | hsl(195, 41%, 48%) |
| CMYK | cmyk(59%, 15%, 0%, 33%) |
| LAB | lab(56.9 -15.8 -20.2) |
| LCH | lch(56.9 25.6 231.9) |
| OKLCH | oklch(0.622 0.083 222.5) |
Copy-ready code
/* CSS */
color: #4792ab;
background-color: #4792ab;
/* Tailwind (arbitrary) */
class="text-[#4792ab] bg-[#4792ab]"
/* SCSS */
$brand: #4792ab;
/* SwiftUI */
Color(red: 0.278, green: 0.573, blue: 0.671)
/* Android */
Color.parseColor("#4792ab")Accessibility — WCAG contrast
Aa
#4792ab on white: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4792ab on black: 5.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green57.3%
Blue67.1%
CMYK percentages
Cyan58.5%
Magenta14.6%
Yellow0.0%
Key (black)32.9%
Color previews
#4792ab text on a black background
contrast 5.97:1
Card sample
#4792ab text on a white background
contrast 3.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4792ab;
Background color
Panel with #4792ab background
background-color: #4792ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4792ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 146, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 146, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4792ab; background: linear-gradient(135deg, #4792ab, #474FAB);