#4792aa
a balanced, soft cyan · cool · closest name: steelblue
RGB
71, 146, 170
HSL
195°, 41%, 47%
CMYK
58, 14, 0, 33
Luminance
0.2480
Every format
| HEX | #4792aa |
| RGB | rgb(71, 146, 170) |
| HSL | hsl(195, 41%, 47%) |
| CMYK | cmyk(58%, 14%, 0%, 33%) |
| LAB | lab(56.9 -16.1 -19.6) |
| LCH | lch(56.9 25.4 230.7) |
| OKLCH | oklch(0.622 0.082 221.5) |
Copy-ready code
/* CSS */
color: #4792aa;
background-color: #4792aa;
/* Tailwind (arbitrary) */
class="text-[#4792aa] bg-[#4792aa]"
/* SCSS */
$brand: #4792aa;
/* SwiftUI */
Color(red: 0.278, green: 0.573, blue: 0.667)
/* Android */
Color.parseColor("#4792aa")Accessibility — WCAG contrast
Aa
#4792aa on white: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4792aa on black: 5.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green57.3%
Blue66.7%
CMYK percentages
Cyan58.2%
Magenta14.1%
Yellow0.0%
Key (black)33.3%
Color previews
#4792aa text on a black background
contrast 5.96:1
Card sample
#4792aa text on a white background
contrast 3.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4792aa;
Background color
Panel with #4792aa background
background-color: #4792aa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4792aa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 146, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 146, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4792aa; background: linear-gradient(135deg, #4792aa, #4750AA);