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