#75e0f0
a light, electric cyan · cool · closest name: skyblue
RGB
117, 224, 240
HSL
188°, 80%, 70%
CMYK
51, 7, 0, 6
Luminance
0.6338
Every format
| HEX | #75e0f0 |
| RGB | rgb(117, 224, 240) |
| HSL | hsl(188, 80%, 70%) |
| CMYK | cmyk(51%, 7%, 0%, 6%) |
| LAB | lab(83.6 -26.6 -17.3) |
| LCH | lch(83.6 31.8 213.0) |
| OKLCH | oklch(0.849 0.101 208.2) |
Copy-ready code
/* CSS */
color: #75e0f0;
background-color: #75e0f0;
/* Tailwind (arbitrary) */
class="text-[#75e0f0] bg-[#75e0f0]"
/* SCSS */
$brand: #75e0f0;
/* SwiftUI */
Color(red: 0.459, green: 0.878, blue: 0.941)
/* Android */
Color.parseColor("#75e0f0")Accessibility — WCAG contrast
Aa
#75e0f0 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#75e0f0 on black: 13.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green87.8%
Blue94.1%
CMYK percentages
Cyan51.3%
Magenta6.7%
Yellow0.0%
Key (black)5.9%
Color previews
#75e0f0 text on a black background
contrast 13.68:1
Card sample
#75e0f0 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #75e0f0;
Background color
Panel with #75e0f0 background
background-color: #75e0f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #75e0f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 224, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 224, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #75e0f0; background: linear-gradient(135deg, #75e0f0, #758EF0);