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