#75bcaf
a balanced, soft cyan · cool · closest name: turquoise
RGB
117, 188, 175
HSL
169°, 35%, 60%
CMYK
38, 0, 7, 26
Luminance
0.4284
Every format
| HEX | #75bcaf |
| RGB | rgb(117, 188, 175) |
| HSL | hsl(169, 35%, 60%) |
| CMYK | cmyk(38%, 0%, 7%, 26%) |
| LAB | lab(71.5 -25.3 -0.5) |
| LCH | lch(71.5 25.3 181.0) |
| OKLCH | oklch(0.745 0.074 181.3) |
Copy-ready code
/* CSS */
color: #75bcaf;
background-color: #75bcaf;
/* Tailwind (arbitrary) */
class="text-[#75bcaf] bg-[#75bcaf]"
/* SCSS */
$brand: #75bcaf;
/* SwiftUI */
Color(red: 0.459, green: 0.737, blue: 0.686)
/* Android */
Color.parseColor("#75bcaf")Accessibility — WCAG contrast
Aa
#75bcaf on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#75bcaf on black: 9.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green73.7%
Blue68.6%
CMYK percentages
Cyan37.8%
Magenta0.0%
Yellow6.9%
Key (black)26.3%
Color previews
#75bcaf text on a black background
contrast 9.57:1
Card sample
#75bcaf text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #75bcaf;
Background color
Panel with #75bcaf background
background-color: #75bcaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #75bcaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 188, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 188, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #75bcaf; background: linear-gradient(135deg, #75bcaf, #759ABC);