#75b3ff
a light, electric blue · cool · closest name: steelblue
RGB
117, 179, 255
HSL
213°, 100%, 73%
CMYK
54, 30, 0, 0
Luminance
0.4324
Every format
| HEX | #75b3ff |
| RGB | rgb(117, 179, 255) |
| HSL | hsl(213, 100%, 73%) |
| CMYK | cmyk(54%, 30%, 0%, 0%) |
| LAB | lab(71.7 1.2 -43.6) |
| LCH | lch(71.7 43.7 271.6) |
| OKLCH | oklch(0.756 0.128 254.2) |
Copy-ready code
/* CSS */
color: #75b3ff;
background-color: #75b3ff;
/* Tailwind (arbitrary) */
class="text-[#75b3ff] bg-[#75b3ff]"
/* SCSS */
$brand: #75b3ff;
/* SwiftUI */
Color(red: 0.459, green: 0.702, blue: 1.000)
/* Android */
Color.parseColor("#75b3ff")Accessibility — WCAG contrast
Aa
#75b3ff on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#75b3ff on black: 9.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green70.2%
Blue100.0%
CMYK percentages
Cyan54.1%
Magenta29.8%
Yellow0.0%
Key (black)0.0%
Color previews
#75b3ff text on a black background
contrast 9.65:1
Card sample
#75b3ff text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #75b3ff;
Background color
Panel with #75b3ff background
background-color: #75b3ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #75b3ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 179, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 179, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #75b3ff; background: linear-gradient(135deg, #75b3ff, #9375FF);