#74c7ba
a balanced, soft cyan · cool · closest name: turquoise
RGB
116, 199, 186
HSL
171°, 43%, 62%
CMYK
42, 0, 7, 22
Luminance
0.4811
Every format
| HEX | #74c7ba |
| RGB | rgb(116, 199, 186) |
| HSL | hsl(171, 43%, 62%) |
| CMYK | cmyk(42%, 0%, 7%, 22%) |
| LAB | lab(74.9 -28.4 -1.4) |
| LCH | lch(74.9 28.4 182.9) |
| OKLCH | oklch(0.773 0.084 182.9) |
Copy-ready code
/* CSS */
color: #74c7ba;
background-color: #74c7ba;
/* Tailwind (arbitrary) */
class="text-[#74c7ba] bg-[#74c7ba]"
/* SCSS */
$brand: #74c7ba;
/* SwiftUI */
Color(red: 0.455, green: 0.780, blue: 0.729)
/* Android */
Color.parseColor("#74c7ba")Accessibility — WCAG contrast
Aa
#74c7ba on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#74c7ba on black: 10.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green78.0%
Blue72.9%
CMYK percentages
Cyan41.7%
Magenta0.0%
Yellow6.5%
Key (black)22.0%
Color previews
#74c7ba text on a black background
contrast 10.62:1
Card sample
#74c7ba text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #74c7ba;
Background color
Panel with #74c7ba background
background-color: #74c7ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #74c7ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 199, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 199, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #74c7ba; background: linear-gradient(135deg, #74c7ba, #749DC7);