#75c2b2
a balanced, soft cyan · cool · closest name: turquoise
RGB
117, 194, 178
HSL
168°, 39%, 61%
CMYK
40, 0, 8, 24
Luminance
0.4558
Every format
| HEX | #75c2b2 |
| RGB | rgb(117, 194, 178) |
| HSL | hsl(168, 39%, 61%) |
| CMYK | cmyk(40%, 0%, 8%, 24%) |
| LAB | lab(73.3 -27.6 0.6) |
| LCH | lch(73.3 27.6 178.8) |
| OKLCH | oklch(0.759 0.080 179.2) |
Copy-ready code
/* CSS */
color: #75c2b2;
background-color: #75c2b2;
/* Tailwind (arbitrary) */
class="text-[#75c2b2] bg-[#75c2b2]"
/* SCSS */
$brand: #75c2b2;
/* SwiftUI */
Color(red: 0.459, green: 0.761, blue: 0.698)
/* Android */
Color.parseColor("#75c2b2")Accessibility — WCAG contrast
Aa
#75c2b2 on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#75c2b2 on black: 10.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green76.1%
Blue69.8%
CMYK percentages
Cyan39.7%
Magenta0.0%
Yellow8.2%
Key (black)23.9%
Color previews
#75c2b2 text on a black background
contrast 10.12:1
Card sample
#75c2b2 text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #75c2b2;
Background color
Panel with #75c2b2 background
background-color: #75c2b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #75c2b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 194, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 194, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #75c2b2; background: linear-gradient(135deg, #75c2b2, #759FC2);