#75cefd
a light, electric blue · cool · closest name: skyblue
RGB
117, 206, 253
HSL
201°, 97%, 73%
CMYK
54, 19, 0, 1
Luminance
0.5502
Every format
| HEX | #75cefd |
| RGB | rgb(117, 206, 253) |
| HSL | hsl(201, 97%, 73%) |
| CMYK | cmyk(54%, 19%, 0%, 1%) |
| LAB | lab(79.0 -13.9 -31.2) |
| LCH | lch(79.0 34.2 245.9) |
| OKLCH | oklch(0.814 0.108 233.3) |
Copy-ready code
/* CSS */
color: #75cefd;
background-color: #75cefd;
/* Tailwind (arbitrary) */
class="text-[#75cefd] bg-[#75cefd]"
/* SCSS */
$brand: #75cefd;
/* SwiftUI */
Color(red: 0.459, green: 0.808, blue: 0.992)
/* Android */
Color.parseColor("#75cefd")Accessibility — WCAG contrast
Aa
#75cefd on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#75cefd on black: 12.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green80.8%
Blue99.2%
CMYK percentages
Cyan53.8%
Magenta18.6%
Yellow0.0%
Key (black)0.8%
Color previews
#75cefd text on a black background
contrast 12.00:1
Card sample
#75cefd text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #75cefd;
Background color
Panel with #75cefd background
background-color: #75cefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #75cefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 206, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 206, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #75cefd; background: linear-gradient(135deg, #75cefd, #7675FD);