#4da5af
a balanced, soft cyan · cool · closest name: teal
RGB
77, 165, 175
HSL
186°, 39%, 49%
CMYK
56, 6, 0, 31
Luminance
0.3158
Every format
| HEX | #4da5af |
| RGB | rgb(77, 165, 175) |
| HSL | hsl(186, 39%, 49%) |
| CMYK | cmyk(56%, 6%, 0%, 31%) |
| LAB | lab(63.0 -23.4 -13.2) |
| LCH | lch(63.0 26.8 209.4) |
| OKLCH | oklch(0.672 0.085 205.3) |
Copy-ready code
/* CSS */
color: #4da5af;
background-color: #4da5af;
/* Tailwind (arbitrary) */
class="text-[#4da5af] bg-[#4da5af]"
/* SCSS */
$brand: #4da5af;
/* SwiftUI */
Color(red: 0.302, green: 0.647, blue: 0.686)
/* Android */
Color.parseColor("#4da5af")Accessibility — WCAG contrast
Aa
#4da5af on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4da5af on black: 7.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.2%
Green64.7%
Blue68.6%
CMYK percentages
Cyan56.0%
Magenta5.7%
Yellow0.0%
Key (black)31.4%
Color previews
#4da5af text on a black background
contrast 7.32:1
Card sample
#4da5af text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4da5af;
Background color
Panel with #4da5af background
background-color: #4da5af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4da5af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(77, 165, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(77, 165, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4da5af; background: linear-gradient(135deg, #4da5af, #4D64AF);