#74cfad
a balanced, vivid green · cool · closest name: turquoise
RGB
116, 207, 173
HSL
158°, 49%, 63%
CMYK
44, 0, 16, 19
Luminance
0.5136
Every format
| HEX | #74cfad |
| RGB | rgb(116, 207, 173) |
| HSL | hsl(158, 49%, 63%) |
| CMYK | cmyk(44%, 0%, 16%, 19%) |
| LAB | lab(76.9 -35.1 8.5) |
| LCH | lch(76.9 36.1 166.4) |
| OKLCH | oklch(0.788 0.101 167.6) |
Copy-ready code
/* CSS */
color: #74cfad;
background-color: #74cfad;
/* Tailwind (arbitrary) */
class="text-[#74cfad] bg-[#74cfad]"
/* SCSS */
$brand: #74cfad;
/* SwiftUI */
Color(red: 0.455, green: 0.812, blue: 0.678)
/* Android */
Color.parseColor("#74cfad")Accessibility — WCAG contrast
Aa
#74cfad on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#74cfad on black: 11.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green81.2%
Blue67.8%
CMYK percentages
Cyan44.0%
Magenta0.0%
Yellow16.4%
Key (black)18.8%
Color previews
#74cfad text on a black background
contrast 11.27:1
Card sample
#74cfad text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #74cfad;
Background color
Panel with #74cfad background
background-color: #74cfad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #74cfad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 207, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 207, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #74cfad; background: linear-gradient(135deg, #74cfad, #74B4CF);