#4992ab
a balanced, soft cyan · cool · closest name: steelblue
RGB
73, 146, 171
HSL
195°, 40%, 48%
CMYK
57, 15, 0, 33
Luminance
0.2491
Every format
| HEX | #4992ab |
| RGB | rgb(73, 146, 171) |
| HSL | hsl(195, 40%, 48%) |
| CMYK | cmyk(57%, 15%, 0%, 33%) |
| LAB | lab(57.0 -15.4 -20.0) |
| LCH | lch(57.0 25.3 232.5) |
| OKLCH | oklch(0.623 0.082 222.9) |
Copy-ready code
/* CSS */
color: #4992ab;
background-color: #4992ab;
/* Tailwind (arbitrary) */
class="text-[#4992ab] bg-[#4992ab]"
/* SCSS */
$brand: #4992ab;
/* SwiftUI */
Color(red: 0.286, green: 0.573, blue: 0.671)
/* Android */
Color.parseColor("#4992ab")Accessibility — WCAG contrast
Aa
#4992ab on white: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4992ab on black: 5.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green57.3%
Blue67.1%
CMYK percentages
Cyan57.3%
Magenta14.6%
Yellow0.0%
Key (black)32.9%
Color previews
#4992ab text on a black background
contrast 5.98:1
Card sample
#4992ab text on a white background
contrast 3.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4992ab;
Background color
Panel with #4992ab background
background-color: #4992ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4992ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 146, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 146, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4992ab; background: linear-gradient(135deg, #4992ab, #4951AB);