#74c8af
a balanced, soft cyan · cool · closest name: turquoise
RGB
116, 200, 175
HSL
162°, 43%, 62%
CMYK
42, 0, 13, 22
Luminance
0.4812
Every format
| HEX | #74c8af |
| RGB | rgb(116, 200, 175) |
| HSL | hsl(162, 43%, 62%) |
| CMYK | cmyk(42%, 0%, 13%, 22%) |
| LAB | lab(74.9 -31.4 4.5) |
| LCH | lch(74.9 31.7 171.8) |
| OKLCH | oklch(0.772 0.090 172.7) |
Copy-ready code
/* CSS */
color: #74c8af;
background-color: #74c8af;
/* Tailwind (arbitrary) */
class="text-[#74c8af] bg-[#74c8af]"
/* SCSS */
$brand: #74c8af;
/* SwiftUI */
Color(red: 0.455, green: 0.784, blue: 0.686)
/* Android */
Color.parseColor("#74c8af")Accessibility — WCAG contrast
Aa
#74c8af on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#74c8af on black: 10.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green78.4%
Blue68.6%
CMYK percentages
Cyan42.0%
Magenta0.0%
Yellow12.5%
Key (black)21.6%
Color previews
#74c8af text on a black background
contrast 10.62:1
Card sample
#74c8af text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #74c8af;
Background color
Panel with #74c8af background
background-color: #74c8af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #74c8af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 200, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 200, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #74c8af; background: linear-gradient(135deg, #74c8af, #74A9C8);