#75ebdf
a light, vivid cyan · cool · closest name: turquoise
RGB
117, 235, 223
HSL
174°, 75%, 69%
CMYK
50, 0, 5, 8
Luminance
0.6853
Every format
| HEX | #75ebdf |
| RGB | rgb(117, 235, 223) |
| HSL | hsl(174, 75%, 69%) |
| CMYK | cmyk(50%, 0%, 5%, 8%) |
| LAB | lab(86.3 -36.2 -4.4) |
| LCH | lch(86.3 36.5 187.0) |
| OKLCH | oklch(0.868 0.109 186.6) |
Copy-ready code
/* CSS */
color: #75ebdf;
background-color: #75ebdf;
/* Tailwind (arbitrary) */
class="text-[#75ebdf] bg-[#75ebdf]"
/* SCSS */
$brand: #75ebdf;
/* SwiftUI */
Color(red: 0.459, green: 0.922, blue: 0.875)
/* Android */
Color.parseColor("#75ebdf")Accessibility — WCAG contrast
Aa
#75ebdf on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#75ebdf on black: 14.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green92.2%
Blue87.5%
CMYK percentages
Cyan50.2%
Magenta0.0%
Yellow5.1%
Key (black)7.8%
Color previews
#75ebdf text on a black background
contrast 14.71:1
Card sample
#75ebdf text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #75ebdf;
Background color
Panel with #75ebdf background
background-color: #75ebdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #75ebdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 235, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 235, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #75ebdf; background: linear-gradient(135deg, #75ebdf, #75A8EB);