#4792a9
a balanced, soft cyan · cool · closest name: steelblue
RGB
71, 146, 169
HSL
194°, 41%, 47%
CMYK
58, 14, 0, 34
Luminance
0.2476
Every format
| HEX | #4792a9 |
| RGB | rgb(71, 146, 169) |
| HSL | hsl(194, 41%, 47%) |
| CMYK | cmyk(58%, 14%, 0%, 34%) |
| LAB | lab(56.8 -16.4 -19.1) |
| LCH | lch(56.8 25.2 229.4) |
| OKLCH | oklch(0.621 0.082 220.6) |
Copy-ready code
/* CSS */
color: #4792a9;
background-color: #4792a9;
/* Tailwind (arbitrary) */
class="text-[#4792a9] bg-[#4792a9]"
/* SCSS */
$brand: #4792a9;
/* SwiftUI */
Color(red: 0.278, green: 0.573, blue: 0.663)
/* Android */
Color.parseColor("#4792a9")Accessibility — WCAG contrast
Aa
#4792a9 on white: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4792a9 on black: 5.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green57.3%
Blue66.3%
CMYK percentages
Cyan58.0%
Magenta13.6%
Yellow0.0%
Key (black)33.7%
Color previews
#4792a9 text on a black background
contrast 5.95:1
Card sample
#4792a9 text on a white background
contrast 3.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4792a9;
Background color
Panel with #4792a9 background
background-color: #4792a9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4792a9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 146, 169, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 146, 169, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4792a9; background: linear-gradient(135deg, #4792a9, #4751A9);