#4f9bac
a balanced, soft cyan · cool · closest name: teal
RGB
79, 155, 172
HSL
191°, 37%, 49%
CMYK
54, 10, 0, 33
Luminance
0.2808
Every format
| HEX | #4f9bac |
| RGB | rgb(79, 155, 172) |
| HSL | hsl(191, 37%, 49%) |
| CMYK | cmyk(54%, 10%, 0%, 33%) |
| LAB | lab(60.0 -18.6 -16.1) |
| LCH | lch(60.0 24.6 220.8) |
| OKLCH | oklch(0.648 0.079 214.2) |
Copy-ready code
/* CSS */
color: #4f9bac;
background-color: #4f9bac;
/* Tailwind (arbitrary) */
class="text-[#4f9bac] bg-[#4f9bac]"
/* SCSS */
$brand: #4f9bac;
/* SwiftUI */
Color(red: 0.310, green: 0.608, blue: 0.675)
/* Android */
Color.parseColor("#4f9bac")Accessibility — WCAG contrast
Aa
#4f9bac on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4f9bac on black: 6.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green60.8%
Blue67.5%
CMYK percentages
Cyan54.1%
Magenta9.9%
Yellow0.0%
Key (black)32.5%
Color previews
#4f9bac text on a black background
contrast 6.62:1
Card sample
#4f9bac text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f9bac;
Background color
Panel with #4f9bac background
background-color: #4f9bac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f9bac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 155, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 155, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f9bac; background: linear-gradient(135deg, #4f9bac, #4F5DAC);