#73ceaf
a balanced, vivid green · cool · closest name: turquoise
RGB
115, 206, 175
HSL
160°, 48%, 63%
CMYK
44, 0, 15, 19
Luminance
0.5088
Every format
| HEX | #73ceaf |
| RGB | rgb(115, 206, 175) |
| HSL | hsl(160, 48%, 63%) |
| CMYK | cmyk(44%, 0%, 15%, 19%) |
| LAB | lab(76.6 -34.5 7.0) |
| LCH | lch(76.6 35.2 168.5) |
| OKLCH | oklch(0.786 0.099 169.6) |
Copy-ready code
/* CSS */
color: #73ceaf;
background-color: #73ceaf;
/* Tailwind (arbitrary) */
class="text-[#73ceaf] bg-[#73ceaf]"
/* SCSS */
$brand: #73ceaf;
/* SwiftUI */
Color(red: 0.451, green: 0.808, blue: 0.686)
/* Android */
Color.parseColor("#73ceaf")Accessibility — WCAG contrast
Aa
#73ceaf on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#73ceaf on black: 11.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green80.8%
Blue68.6%
CMYK percentages
Cyan44.2%
Magenta0.0%
Yellow15.0%
Key (black)19.2%
Color previews
#73ceaf text on a black background
contrast 11.18:1
Card sample
#73ceaf text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #73ceaf;
Background color
Panel with #73ceaf background
background-color: #73ceaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #73ceaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 206, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 206, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #73ceaf; background: linear-gradient(135deg, #73ceaf, #73B0CE);