#75bdf0
a light, electric blue · cool · closest name: skyblue
RGB
117, 189, 240
HSL
205°, 80%, 70%
CMYK
51, 21, 0, 6
Luminance
0.4647
Every format
| HEX | #75bdf0 |
| RGB | rgb(117, 189, 240) |
| HSL | hsl(205, 80%, 70%) |
| CMYK | cmyk(51%, 21%, 0%, 6%) |
| LAB | lab(73.8 -8.7 -32.2) |
| LCH | lch(73.8 33.4 254.9) |
| OKLCH | oklch(0.771 0.103 240.8) |
Copy-ready code
/* CSS */
color: #75bdf0;
background-color: #75bdf0;
/* Tailwind (arbitrary) */
class="text-[#75bdf0] bg-[#75bdf0]"
/* SCSS */
$brand: #75bdf0;
/* SwiftUI */
Color(red: 0.459, green: 0.741, blue: 0.941)
/* Android */
Color.parseColor("#75bdf0")Accessibility — WCAG contrast
Aa
#75bdf0 on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#75bdf0 on black: 10.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green74.1%
Blue94.1%
CMYK percentages
Cyan51.3%
Magenta21.2%
Yellow0.0%
Key (black)5.9%
Color previews
#75bdf0 text on a black background
contrast 10.29:1
Card sample
#75bdf0 text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #75bdf0;
Background color
Panel with #75bdf0 background
background-color: #75bdf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #75bdf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 189, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 189, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #75bdf0; background: linear-gradient(135deg, #75bdf0, #7F75F0);