#75abeb
a light, vivid blue · cool · closest name: steelblue
RGB
117, 171, 235
HSL
213°, 75%, 69%
CMYK
50, 27, 0, 8
Luminance
0.3891
Every format
| HEX | #75abeb |
| RGB | rgb(117, 171, 235) |
| HSL | hsl(213, 75%, 69%) |
| CMYK | cmyk(50%, 27%, 0%, 8%) |
| LAB | lab(68.7 -0.3 -37.5) |
| LCH | lch(68.7 37.5 269.6) |
| OKLCH | oklch(0.729 0.110 253.4) |
Copy-ready code
/* CSS */
color: #75abeb;
background-color: #75abeb;
/* Tailwind (arbitrary) */
class="text-[#75abeb] bg-[#75abeb]"
/* SCSS */
$brand: #75abeb;
/* SwiftUI */
Color(red: 0.459, green: 0.671, blue: 0.922)
/* Android */
Color.parseColor("#75abeb")Accessibility — WCAG contrast
Aa
#75abeb on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#75abeb on black: 8.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green67.1%
Blue92.2%
CMYK percentages
Cyan50.2%
Magenta27.2%
Yellow0.0%
Key (black)7.8%
Color previews
#75abeb text on a black background
contrast 8.78:1
Card sample
#75abeb text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #75abeb;
Background color
Panel with #75abeb background
background-color: #75abeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #75abeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 171, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 171, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #75abeb; background: linear-gradient(135deg, #75abeb, #8E75EB);