#75baf1
a light, electric blue · cool · closest name: skyblue
RGB
117, 186, 241
HSL
207°, 82%, 70%
CMYK
52, 23, 0, 6
Luminance
0.4525
Every format
| HEX | #75baf1 |
| RGB | rgb(117, 186, 241) |
| HSL | hsl(207, 82%, 70%) |
| CMYK | cmyk(52%, 23%, 0%, 6%) |
| LAB | lab(73.0 -6.8 -34.0) |
| LCH | lch(73.0 34.7 258.7) |
| OKLCH | oklch(0.764 0.106 243.8) |
Copy-ready code
/* CSS */
color: #75baf1;
background-color: #75baf1;
/* Tailwind (arbitrary) */
class="text-[#75baf1] bg-[#75baf1]"
/* SCSS */
$brand: #75baf1;
/* SwiftUI */
Color(red: 0.459, green: 0.729, blue: 0.945)
/* Android */
Color.parseColor("#75baf1")Accessibility — WCAG contrast
Aa
#75baf1 on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#75baf1 on black: 10.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green72.9%
Blue94.5%
CMYK percentages
Cyan51.5%
Magenta22.8%
Yellow0.0%
Key (black)5.5%
Color previews
#75baf1 text on a black background
contrast 10.05:1
Card sample
#75baf1 text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #75baf1;
Background color
Panel with #75baf1 background
background-color: #75baf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #75baf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 186, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 186, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #75baf1; background: linear-gradient(135deg, #75baf1, #8375F1);