#4f818e
a dark, soft cyan · cool · closest name: teal
RGB
79, 129, 142
HSL
192°, 29%, 43%
CMYK
44, 9, 0, 44
Luminance
0.1932
Every format
| HEX | #4f818e |
| RGB | rgb(79, 129, 142) |
| HSL | hsl(192, 29%, 43%) |
| CMYK | cmyk(44%, 9%, 0%, 44%) |
| LAB | lab(51.0 -13.2 -12.3) |
| LCH | lch(51.0 18.0 223.0) |
| OKLCH | oklch(0.573 0.057 216.2) |
Copy-ready code
/* CSS */
color: #4f818e;
background-color: #4f818e;
/* Tailwind (arbitrary) */
class="text-[#4f818e] bg-[#4f818e]"
/* SCSS */
$brand: #4f818e;
/* SwiftUI */
Color(red: 0.310, green: 0.506, blue: 0.557)
/* Android */
Color.parseColor("#4f818e")Accessibility — WCAG contrast
Aa
#4f818e on white: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4f818e on black: 4.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green50.6%
Blue55.7%
CMYK percentages
Cyan44.4%
Magenta9.2%
Yellow0.0%
Key (black)44.3%
Color previews
#4f818e text on a black background
contrast 4.86:1
Card sample
#4f818e text on a white background
contrast 4.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f818e;
Background color
Panel with #4f818e background
background-color: #4f818e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f818e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 129, 142, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 129, 142, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f818e; background: linear-gradient(135deg, #4f818e, #4F578E);