#75bfac
a balanced, soft cyan · cool · closest name: turquoise
RGB
117, 191, 172
HSL
165°, 37%, 60%
CMYK
39, 0, 10, 25
Luminance
0.4402
Every format
| HEX | #75bfac |
| RGB | rgb(117, 191, 172) |
| HSL | hsl(165, 37%, 60%) |
| CMYK | cmyk(39%, 0%, 10%, 25%) |
| LAB | lab(72.2 -27.5 2.3) |
| LCH | lch(72.2 27.6 175.2) |
| OKLCH | oklch(0.751 0.080 175.8) |
Copy-ready code
/* CSS */
color: #75bfac;
background-color: #75bfac;
/* Tailwind (arbitrary) */
class="text-[#75bfac] bg-[#75bfac]"
/* SCSS */
$brand: #75bfac;
/* SwiftUI */
Color(red: 0.459, green: 0.749, blue: 0.675)
/* Android */
Color.parseColor("#75bfac")Accessibility — WCAG contrast
Aa
#75bfac on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#75bfac on black: 9.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green74.9%
Blue67.5%
CMYK percentages
Cyan38.7%
Magenta0.0%
Yellow9.9%
Key (black)25.1%
Color previews
#75bfac text on a black background
contrast 9.80:1
Card sample
#75bfac text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #75bfac;
Background color
Panel with #75bfac background
background-color: #75bfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #75bfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 191, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 191, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #75bfac; background: linear-gradient(135deg, #75bfac, #75A1BF);