#74ceac
a balanced, vivid green · cool · closest name: turquoise
RGB
116, 206, 172
HSL
157°, 48%, 63%
CMYK
44, 0, 17, 19
Luminance
0.5083
Every format
| HEX | #74ceac |
| RGB | rgb(116, 206, 172) |
| HSL | hsl(157, 48%, 63%) |
| CMYK | cmyk(44%, 0%, 17%, 19%) |
| LAB | lab(76.6 -34.9 8.6) |
| LCH | lch(76.6 35.9 166.2) |
| OKLCH | oklch(0.785 0.101 167.3) |
Copy-ready code
/* CSS */
color: #74ceac;
background-color: #74ceac;
/* Tailwind (arbitrary) */
class="text-[#74ceac] bg-[#74ceac]"
/* SCSS */
$brand: #74ceac;
/* SwiftUI */
Color(red: 0.455, green: 0.808, blue: 0.675)
/* Android */
Color.parseColor("#74ceac")Accessibility — WCAG contrast
Aa
#74ceac on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#74ceac on black: 11.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green80.8%
Blue67.5%
CMYK percentages
Cyan43.7%
Magenta0.0%
Yellow16.5%
Key (black)19.2%
Color previews
#74ceac text on a black background
contrast 11.17:1
Card sample
#74ceac text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #74ceac;
Background color
Panel with #74ceac background
background-color: #74ceac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #74ceac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 206, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 206, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #74ceac; background: linear-gradient(135deg, #74ceac, #74B4CE);