#4f807d
a dark, soft cyan · cool · closest name: teal
RGB
79, 128, 125
HSL
176°, 24%, 41%
CMYK
38, 0, 2, 50
Luminance
0.1858
Every format
| HEX | #4f807d |
| RGB | rgb(79, 128, 125) |
| HSL | hsl(176, 24%, 41%) |
| CMYK | cmyk(38%, 0%, 2%, 50%) |
| LAB | lab(50.2 -17.3 -3.6) |
| LCH | lch(50.2 17.6 191.8) |
| OKLCH | oklch(0.564 0.053 190.8) |
Copy-ready code
/* CSS */
color: #4f807d;
background-color: #4f807d;
/* Tailwind (arbitrary) */
class="text-[#4f807d] bg-[#4f807d]"
/* SCSS */
$brand: #4f807d;
/* SwiftUI */
Color(red: 0.310, green: 0.502, blue: 0.490)
/* Android */
Color.parseColor("#4f807d")Accessibility — WCAG contrast
Aa
#4f807d on white: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4f807d on black: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green50.2%
Blue49.0%
CMYK percentages
Cyan38.3%
Magenta0.0%
Yellow2.3%
Key (black)49.8%
Color previews
#4f807d text on a black background
contrast 4.72:1
Card sample
#4f807d text on a white background
contrast 4.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f807d;
Background color
Panel with #4f807d background
background-color: #4f807d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f807d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 128, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 128, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f807d; background: linear-gradient(135deg, #4f807d, #4F6280);