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