#4ab5af
a balanced, soft cyan · cool · closest name: turquoise
RGB
74, 181, 175
HSL
177°, 42%, 50%
CMYK
59, 0, 3, 29
Luminance
0.3760
Every format
| HEX | #4ab5af |
| RGB | rgb(74, 181, 175) |
| HSL | hsl(177, 42%, 50%) |
| CMYK | cmyk(59%, 0%, 3%, 29%) |
| LAB | lab(67.7 -31.9 -6.1) |
| LCH | lch(67.7 32.4 190.9) |
| OKLCH | oklch(0.710 0.098 190.1) |
Copy-ready code
/* CSS */
color: #4ab5af;
background-color: #4ab5af;
/* Tailwind (arbitrary) */
class="text-[#4ab5af] bg-[#4ab5af]"
/* SCSS */
$brand: #4ab5af;
/* SwiftUI */
Color(red: 0.290, green: 0.710, blue: 0.686)
/* Android */
Color.parseColor("#4ab5af")Accessibility — WCAG contrast
Aa
#4ab5af on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ab5af on black: 8.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green71.0%
Blue68.6%
CMYK percentages
Cyan59.1%
Magenta0.0%
Yellow3.3%
Key (black)29.0%
Color previews
#4ab5af text on a black background
contrast 8.52:1
Card sample
#4ab5af text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ab5af;
Background color
Panel with #4ab5af background
background-color: #4ab5af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ab5af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 181, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 181, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ab5af; background: linear-gradient(135deg, #4ab5af, #4A74B5);