#75fceb
a light, electric cyan · cool · closest name: turquoise
RGB
117, 252, 235
HSL
172°, 96%, 72%
CMYK
54, 0, 7, 1
Luminance
0.7940
Every format
| HEX | #75fceb |
| RGB | rgb(117, 252, 235) |
| HSL | hsl(172, 96%, 72%) |
| CMYK | cmyk(54%, 0%, 7%, 1%) |
| LAB | lab(91.4 -41.0 -3.1) |
| LCH | lch(91.4 41.1 184.4) |
| OKLCH | oklch(0.911 0.121 184.3) |
Copy-ready code
/* CSS */
color: #75fceb;
background-color: #75fceb;
/* Tailwind (arbitrary) */
class="text-[#75fceb] bg-[#75fceb]"
/* SCSS */
$brand: #75fceb;
/* SwiftUI */
Color(red: 0.459, green: 0.988, blue: 0.922)
/* Android */
Color.parseColor("#75fceb")Accessibility — WCAG contrast
Aa
#75fceb on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#75fceb on black: 16.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green98.8%
Blue92.2%
CMYK percentages
Cyan53.6%
Magenta0.0%
Yellow6.7%
Key (black)1.2%
Color previews
#75fceb text on a black background
contrast 16.88:1
Card sample
#75fceb text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #75fceb;
Background color
Panel with #75fceb background
background-color: #75fceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #75fceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 252, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 252, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #75fceb; background: linear-gradient(135deg, #75fceb, #75B3FC);