#75ccaf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
117, 204, 175
HSL
160°, 46%, 63%
CMYK
43, 0, 14, 20
Luminance
0.5006
Every format
| HEX | #75ccaf |
| RGB | rgb(117, 204, 175) |
| HSL | hsl(160, 46%, 63%) |
| CMYK | cmyk(43%, 0%, 14%, 20%) |
| LAB | lab(76.1 -33.0 6.3) |
| LCH | lch(76.1 33.6 169.2) |
| OKLCH | oklch(0.782 0.095 170.2) |
Copy-ready code
/* CSS */
color: #75ccaf;
background-color: #75ccaf;
/* Tailwind (arbitrary) */
class="text-[#75ccaf] bg-[#75ccaf]"
/* SCSS */
$brand: #75ccaf;
/* SwiftUI */
Color(red: 0.459, green: 0.800, blue: 0.686)
/* Android */
Color.parseColor("#75ccaf")Accessibility — WCAG contrast
Aa
#75ccaf on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#75ccaf on black: 11.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green80.0%
Blue68.6%
CMYK percentages
Cyan42.6%
Magenta0.0%
Yellow14.2%
Key (black)20.0%
Color previews
#75ccaf text on a black background
contrast 11.01:1
Card sample
#75ccaf text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #75ccaf;
Background color
Panel with #75ccaf background
background-color: #75ccaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #75ccaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 204, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 204, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #75ccaf; background: linear-gradient(135deg, #75ccaf, #75AFCC);