#75acef
a light, electric blue · cool · closest name: steelblue
RGB
117, 172, 239
HSL
213°, 79%, 70%
CMYK
51, 28, 0, 6
Luminance
0.3952
Every format
| HEX | #75acef |
| RGB | rgb(117, 172, 239) |
| HSL | hsl(213, 79%, 70%) |
| CMYK | cmyk(51%, 28%, 0%, 6%) |
| LAB | lab(69.1 0.3 -39.0) |
| LCH | lch(69.1 39.0 270.5) |
| OKLCH | oklch(0.733 0.114 254.0) |
Copy-ready code
/* CSS */
color: #75acef;
background-color: #75acef;
/* Tailwind (arbitrary) */
class="text-[#75acef] bg-[#75acef]"
/* SCSS */
$brand: #75acef;
/* SwiftUI */
Color(red: 0.459, green: 0.675, blue: 0.937)
/* Android */
Color.parseColor("#75acef")Accessibility — WCAG contrast
Aa
#75acef on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#75acef on black: 8.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green67.5%
Blue93.7%
CMYK percentages
Cyan51.0%
Magenta28.0%
Yellow0.0%
Key (black)6.3%
Color previews
#75acef text on a black background
contrast 8.90:1
Card sample
#75acef text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #75acef;
Background color
Panel with #75acef background
background-color: #75acef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #75acef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 172, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 172, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #75acef; background: linear-gradient(135deg, #75acef, #8F75EF);