#4f9daf
a balanced, soft cyan · cool · closest name: teal
RGB
79, 157, 175
HSL
191°, 38%, 50%
CMYK
55, 10, 0, 31
Luminance
0.2887
Every format
| HEX | #4f9daf |
| RGB | rgb(79, 157, 175) |
| HSL | hsl(191, 38%, 50%) |
| CMYK | cmyk(55%, 10%, 0%, 31%) |
| LAB | lab(60.7 -18.8 -16.7) |
| LCH | lch(60.7 25.1 221.6) |
| OKLCH | oklch(0.653 0.081 214.8) |
Copy-ready code
/* CSS */
color: #4f9daf;
background-color: #4f9daf;
/* Tailwind (arbitrary) */
class="text-[#4f9daf] bg-[#4f9daf]"
/* SCSS */
$brand: #4f9daf;
/* SwiftUI */
Color(red: 0.310, green: 0.616, blue: 0.686)
/* Android */
Color.parseColor("#4f9daf")Accessibility — WCAG contrast
Aa
#4f9daf on white: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4f9daf on black: 6.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green61.6%
Blue68.6%
CMYK percentages
Cyan54.9%
Magenta10.3%
Yellow0.0%
Key (black)31.4%
Color previews
#4f9daf text on a black background
contrast 6.77:1
Card sample
#4f9daf text on a white background
contrast 3.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f9daf;
Background color
Panel with #4f9daf background
background-color: #4f9daf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f9daf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 157, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 157, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f9daf; background: linear-gradient(135deg, #4f9daf, #4F5DAF);