#75beee
a light, electric blue · cool · closest name: skyblue
RGB
117, 190, 238
HSL
204°, 78%, 70%
CMYK
51, 20, 0, 7
Luminance
0.4678
Every format
| HEX | #75beee |
| RGB | rgb(117, 190, 238) |
| HSL | hsl(204, 78%, 70%) |
| CMYK | cmyk(51%, 20%, 0%, 7%) |
| LAB | lab(74.0 -9.8 -30.9) |
| LCH | lch(74.0 32.4 252.4) |
| OKLCH | oklch(0.772 0.101 238.8) |
Copy-ready code
/* CSS */
color: #75beee;
background-color: #75beee;
/* Tailwind (arbitrary) */
class="text-[#75beee] bg-[#75beee]"
/* SCSS */
$brand: #75beee;
/* SwiftUI */
Color(red: 0.459, green: 0.745, blue: 0.933)
/* Android */
Color.parseColor("#75beee")Accessibility — WCAG contrast
Aa
#75beee on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#75beee on black: 10.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green74.5%
Blue93.3%
CMYK percentages
Cyan50.8%
Magenta20.2%
Yellow0.0%
Key (black)6.7%
Color previews
#75beee text on a black background
contrast 10.36:1
Card sample
#75beee text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #75beee;
Background color
Panel with #75beee background
background-color: #75beee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #75beee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 190, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 190, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #75beee; background: linear-gradient(135deg, #75beee, #7D75EE);