#75e6d9
a light, vivid cyan · cool · closest name: turquoise
RGB
117, 230, 217
HSL
173°, 69%, 68%
CMYK
49, 0, 6, 10
Luminance
0.6539
Every format
| HEX | #75e6d9 |
| RGB | rgb(117, 230, 217) |
| HSL | hsl(173, 69%, 68%) |
| CMYK | cmyk(49%, 0%, 6%, 10%) |
| LAB | lab(84.7 -35.4 -3.6) |
| LCH | lch(84.7 35.5 185.8) |
| OKLCH | oklch(0.855 0.106 185.6) |
Copy-ready code
/* CSS */
color: #75e6d9;
background-color: #75e6d9;
/* Tailwind (arbitrary) */
class="text-[#75e6d9] bg-[#75e6d9]"
/* SCSS */
$brand: #75e6d9;
/* SwiftUI */
Color(red: 0.459, green: 0.902, blue: 0.851)
/* Android */
Color.parseColor("#75e6d9")Accessibility — WCAG contrast
Aa
#75e6d9 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#75e6d9 on black: 14.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green90.2%
Blue85.1%
CMYK percentages
Cyan49.1%
Magenta0.0%
Yellow5.7%
Key (black)9.8%
Color previews
#75e6d9 text on a black background
contrast 14.08:1
Card sample
#75e6d9 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #75e6d9;
Background color
Panel with #75e6d9 background
background-color: #75e6d9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #75e6d9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 230, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 230, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #75e6d9; background: linear-gradient(135deg, #75e6d9, #75A8E6);