#75ecfd
a light, electric cyan · cool · closest name: skyblue
RGB
117, 236, 253
HSL
188°, 97%, 73%
CMYK
54, 7, 0, 1
Luminance
0.7086
Every format
| HEX | #75ecfd |
| RGB | rgb(117, 236, 253) |
| HSL | hsl(188, 97%, 73%) |
| CMYK | cmyk(54%, 7%, 0%, 1%) |
| LAB | lab(87.4 -29.0 -18.5) |
| LCH | lch(87.4 34.4 212.5) |
| OKLCH | oklch(0.880 0.110 207.8) |
Copy-ready code
/* CSS */
color: #75ecfd;
background-color: #75ecfd;
/* Tailwind (arbitrary) */
class="text-[#75ecfd] bg-[#75ecfd]"
/* SCSS */
$brand: #75ecfd;
/* SwiftUI */
Color(red: 0.459, green: 0.925, blue: 0.992)
/* Android */
Color.parseColor("#75ecfd")Accessibility — WCAG contrast
Aa
#75ecfd on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#75ecfd on black: 15.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green92.5%
Blue99.2%
CMYK percentages
Cyan53.8%
Magenta6.7%
Yellow0.0%
Key (black)0.8%
Color previews
#75ecfd text on a black background
contrast 15.17:1
Card sample
#75ecfd text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #75ecfd;
Background color
Panel with #75ecfd background
background-color: #75ecfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #75ecfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 236, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 236, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #75ecfd; background: linear-gradient(135deg, #75ecfd, #7591FD);