#75c2bb
a balanced, soft cyan · cool · closest name: turquoise
RGB
117, 194, 187
HSL
175°, 39%, 61%
CMYK
40, 0, 4, 24
Luminance
0.4595
Every format
| HEX | #75c2bb |
| RGB | rgb(117, 194, 187) |
| HSL | hsl(175, 39%, 61%) |
| CMYK | cmyk(40%, 0%, 4%, 24%) |
| LAB | lab(73.5 -25.4 -4.0) |
| LCH | lch(73.5 25.8 188.9) |
| OKLCH | oklch(0.762 0.077 188.3) |
Copy-ready code
/* CSS */
color: #75c2bb;
background-color: #75c2bb;
/* Tailwind (arbitrary) */
class="text-[#75c2bb] bg-[#75c2bb]"
/* SCSS */
$brand: #75c2bb;
/* SwiftUI */
Color(red: 0.459, green: 0.761, blue: 0.733)
/* Android */
Color.parseColor("#75c2bb")Accessibility — WCAG contrast
Aa
#75c2bb on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#75c2bb on black: 10.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green76.1%
Blue73.3%
CMYK percentages
Cyan39.7%
Magenta0.0%
Yellow3.6%
Key (black)23.9%
Color previews
#75c2bb text on a black background
contrast 10.19:1
Card sample
#75c2bb text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #75c2bb;
Background color
Panel with #75c2bb background
background-color: #75c2bb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #75c2bb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 194, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 194, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #75c2bb; background: linear-gradient(135deg, #75c2bb, #7596C2);