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