#4fa0af
a balanced, soft cyan · cool · closest name: teal
RGB
79, 160, 175
HSL
189°, 38%, 50%
CMYK
55, 9, 0, 31
Luminance
0.2990
Every format
| HEX | #4fa0af |
| RGB | rgb(79, 160, 175) |
| HSL | hsl(189, 38%, 50%) |
| CMYK | cmyk(55%, 9%, 0%, 31%) |
| LAB | lab(61.6 -20.4 -15.3) |
| LCH | lch(61.6 25.5 217.0) |
| OKLCH | oklch(0.661 0.082 211.2) |
Copy-ready code
/* CSS */
color: #4fa0af;
background-color: #4fa0af;
/* Tailwind (arbitrary) */
class="text-[#4fa0af] bg-[#4fa0af]"
/* SCSS */
$brand: #4fa0af;
/* SwiftUI */
Color(red: 0.310, green: 0.627, blue: 0.686)
/* Android */
Color.parseColor("#4fa0af")Accessibility — WCAG contrast
Aa
#4fa0af on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4fa0af on black: 6.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green62.7%
Blue68.6%
CMYK percentages
Cyan54.9%
Magenta8.6%
Yellow0.0%
Key (black)31.4%
Color previews
#4fa0af text on a black background
contrast 6.98:1
Card sample
#4fa0af text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fa0af;
Background color
Panel with #4fa0af background
background-color: #4fa0af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fa0af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 160, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 160, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fa0af; background: linear-gradient(135deg, #4fa0af, #4F60AF);