#4792a0
a balanced, soft cyan · cool · closest name: teal
RGB
71, 146, 160
HSL
189°, 39%, 45%
CMYK
56, 9, 0, 37
Luminance
0.2444
Every format
| HEX | #4792a0 |
| RGB | rgb(71, 146, 160) |
| HSL | hsl(189, 39%, 45%) |
| CMYK | cmyk(56%, 9%, 0%, 37%) |
| LAB | lab(56.5 -19.1 -14.5) |
| LCH | lch(56.5 24.0 217.1) |
| OKLCH | oklch(0.618 0.077 211.4) |
Copy-ready code
/* CSS */
color: #4792a0;
background-color: #4792a0;
/* Tailwind (arbitrary) */
class="text-[#4792a0] bg-[#4792a0]"
/* SCSS */
$brand: #4792a0;
/* SwiftUI */
Color(red: 0.278, green: 0.573, blue: 0.627)
/* Android */
Color.parseColor("#4792a0")Accessibility — WCAG contrast
Aa
#4792a0 on white: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4792a0 on black: 5.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green57.3%
Blue62.7%
CMYK percentages
Cyan55.6%
Magenta8.8%
Yellow0.0%
Key (black)37.3%
Color previews
#4792a0 text on a black background
contrast 5.89:1
Card sample
#4792a0 text on a white background
contrast 3.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4792a0;
Background color
Panel with #4792a0 background
background-color: #4792a0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4792a0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 146, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 146, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4792a0; background: linear-gradient(135deg, #4792a0, #4757A0);