#75cbba
a balanced, vivid cyan · cool · closest name: turquoise
RGB
117, 203, 186
HSL
168°, 45%, 63%
CMYK
42, 0, 8, 20
Luminance
0.5004
Every format
| HEX | #75cbba |
| RGB | rgb(117, 203, 186) |
| HSL | hsl(168, 45%, 63%) |
| CMYK | cmyk(42%, 0%, 8%, 20%) |
| LAB | lab(76.1 -30.1 0.3) |
| LCH | lch(76.1 30.1 179.3) |
| OKLCH | oklch(0.783 0.088 179.7) |
Copy-ready code
/* CSS */
color: #75cbba;
background-color: #75cbba;
/* Tailwind (arbitrary) */
class="text-[#75cbba] bg-[#75cbba]"
/* SCSS */
$brand: #75cbba;
/* SwiftUI */
Color(red: 0.459, green: 0.796, blue: 0.729)
/* Android */
Color.parseColor("#75cbba")Accessibility — WCAG contrast
Aa
#75cbba on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#75cbba on black: 11.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green79.6%
Blue72.9%
CMYK percentages
Cyan42.4%
Magenta0.0%
Yellow8.4%
Key (black)20.4%
Color previews
#75cbba text on a black background
contrast 11.01:1
Card sample
#75cbba text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #75cbba;
Background color
Panel with #75cbba background
background-color: #75cbba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #75cbba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 203, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 203, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #75cbba; background: linear-gradient(135deg, #75cbba, #75A3CB);