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