#75bafd
a light, electric blue · cool · closest name: steelblue
RGB
117, 186, 253
HSL
210°, 97%, 73%
CMYK
54, 27, 0, 1
Luminance
0.4599
Every format
| HEX | #75bafd |
| RGB | rgb(117, 186, 253) |
| HSL | hsl(210, 97%, 73%) |
| CMYK | cmyk(54%, 27%, 0%, 1%) |
| LAB | lab(73.5 -3.2 -39.7) |
| LCH | lch(73.5 39.9 265.3) |
| OKLCH | oklch(0.770 0.119 248.9) |
Copy-ready code
/* CSS */
color: #75bafd;
background-color: #75bafd;
/* Tailwind (arbitrary) */
class="text-[#75bafd] bg-[#75bafd]"
/* SCSS */
$brand: #75bafd;
/* SwiftUI */
Color(red: 0.459, green: 0.729, blue: 0.992)
/* Android */
Color.parseColor("#75bafd")Accessibility — WCAG contrast
Aa
#75bafd on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#75bafd on black: 10.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green72.9%
Blue99.2%
CMYK percentages
Cyan53.8%
Magenta26.5%
Yellow0.0%
Key (black)0.8%
Color previews
#75bafd text on a black background
contrast 10.20:1
Card sample
#75bafd text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #75bafd;
Background color
Panel with #75bafd background
background-color: #75bafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #75bafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 186, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 186, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #75bafd; background: linear-gradient(135deg, #75bafd, #8B75FD);