#758af5
a light, electric blue · warm · closest name: dodgerblue
RGB
117, 138, 245
HSL
230°, 87%, 71%
CMYK
52, 44, 0, 4
Luminance
0.2855
Every format
| HEX | #758af5 |
| RGB | rgb(117, 138, 245) |
| HSL | hsl(230, 87%, 71%) |
| CMYK | cmyk(52%, 44%, 0%, 4%) |
| LAB | lab(60.4 21.8 -56.1) |
| LCH | lch(60.4 60.2 291.3) |
| OKLCH | oklch(0.667 0.160 273.0) |
Copy-ready code
/* CSS */
color: #758af5;
background-color: #758af5;
/* Tailwind (arbitrary) */
class="text-[#758af5] bg-[#758af5]"
/* SCSS */
$brand: #758af5;
/* SwiftUI */
Color(red: 0.459, green: 0.541, blue: 0.961)
/* Android */
Color.parseColor("#758af5")Accessibility — WCAG contrast
Aa
#758af5 on white: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#758af5 on black: 6.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green54.1%
Blue96.1%
CMYK percentages
Cyan52.2%
Magenta43.7%
Yellow0.0%
Key (black)3.9%
Color previews
#758af5 text on a black background
contrast 6.71:1
Card sample
#758af5 text on a white background
contrast 3.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #758af5;
Background color
Panel with #758af5 background
background-color: #758af5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #758af5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 138, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 138, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #758af5; background: linear-gradient(135deg, #758af5, #B575F5);