#75baeb
a light, vivid blue · cool · closest name: skyblue
RGB
117, 186, 235
HSL
205°, 75%, 69%
CMYK
50, 21, 0, 8
Luminance
0.4490
Every format
| HEX | #75baeb |
| RGB | rgb(117, 186, 235) |
| HSL | hsl(205, 75%, 69%) |
| CMYK | cmyk(50%, 21%, 0%, 8%) |
| LAB | lab(72.8 -8.5 -31.1) |
| LCH | lch(72.8 32.3 254.7) |
| OKLCH | oklch(0.762 0.099 240.7) |
Copy-ready code
/* CSS */
color: #75baeb;
background-color: #75baeb;
/* Tailwind (arbitrary) */
class="text-[#75baeb] bg-[#75baeb]"
/* SCSS */
$brand: #75baeb;
/* SwiftUI */
Color(red: 0.459, green: 0.729, blue: 0.922)
/* Android */
Color.parseColor("#75baeb")Accessibility — WCAG contrast
Aa
#75baeb on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#75baeb on black: 9.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green72.9%
Blue92.2%
CMYK percentages
Cyan50.2%
Magenta20.9%
Yellow0.0%
Key (black)7.8%
Color previews
#75baeb text on a black background
contrast 9.98:1
Card sample
#75baeb text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #75baeb;
Background color
Panel with #75baeb background
background-color: #75baeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #75baeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 186, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 186, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #75baeb; background: linear-gradient(135deg, #75baeb, #7F75EB);