#75cebf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
117, 206, 191
HSL
170°, 48%, 63%
CMYK
43, 0, 7, 19
Luminance
0.5169
Every format
| HEX | #75cebf |
| RGB | rgb(117, 206, 191) |
| HSL | hsl(170, 48%, 63%) |
| CMYK | cmyk(43%, 0%, 7%, 19%) |
| LAB | lab(77.1 -30.3 -0.9) |
| LCH | lch(77.1 30.3 181.7) |
| OKLCH | oklch(0.791 0.089 181.8) |
Copy-ready code
/* CSS */
color: #75cebf;
background-color: #75cebf;
/* Tailwind (arbitrary) */
class="text-[#75cebf] bg-[#75cebf]"
/* SCSS */
$brand: #75cebf;
/* SwiftUI */
Color(red: 0.459, green: 0.808, blue: 0.749)
/* Android */
Color.parseColor("#75cebf")Accessibility — WCAG contrast
Aa
#75cebf on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#75cebf on black: 11.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green80.8%
Blue74.9%
CMYK percentages
Cyan43.2%
Magenta0.0%
Yellow7.3%
Key (black)19.2%
Color previews
#75cebf text on a black background
contrast 11.34:1
Card sample
#75cebf text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #75cebf;
Background color
Panel with #75cebf background
background-color: #75cebf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #75cebf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 206, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 206, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #75cebf; background: linear-gradient(135deg, #75cebf, #75A2CE);