#74cfba
a balanced, vivid cyan · cool · closest name: turquoise
RGB
116, 207, 186
HSL
166°, 49%, 63%
CMYK
44, 0, 10, 19
Luminance
0.5188
Every format
| HEX | #74cfba |
| RGB | rgb(116, 207, 186) |
| HSL | hsl(166, 49%, 63%) |
| CMYK | cmyk(44%, 0%, 10%, 19%) |
| LAB | lab(77.2 -32.2 2.0) |
| LCH | lch(77.2 32.3 176.5) |
| OKLCH | oklch(0.792 0.093 177.1) |
Copy-ready code
/* CSS */
color: #74cfba;
background-color: #74cfba;
/* Tailwind (arbitrary) */
class="text-[#74cfba] bg-[#74cfba]"
/* SCSS */
$brand: #74cfba;
/* SwiftUI */
Color(red: 0.455, green: 0.812, blue: 0.729)
/* Android */
Color.parseColor("#74cfba")Accessibility — WCAG contrast
Aa
#74cfba on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#74cfba on black: 11.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green81.2%
Blue72.9%
CMYK percentages
Cyan44.0%
Magenta0.0%
Yellow10.1%
Key (black)18.8%
Color previews
#74cfba text on a black background
contrast 11.38:1
Card sample
#74cfba text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #74cfba;
Background color
Panel with #74cfba background
background-color: #74cfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #74cfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 207, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 207, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #74cfba; background: linear-gradient(135deg, #74cfba, #74A7CF);