#758df0
a light, electric blue · warm · closest name: dodgerblue
RGB
117, 141, 240
HSL
228°, 80%, 70%
CMYK
51, 41, 0, 6
Luminance
0.2912
Every format
| HEX | #758df0 |
| RGB | rgb(117, 141, 240) |
| HSL | hsl(228, 80%, 70%) |
| CMYK | cmyk(51%, 41%, 0%, 6%) |
| LAB | lab(60.9 18.5 -52.5) |
| LCH | lch(60.9 55.7 289.4) |
| OKLCH | oklch(0.670 0.149 271.6) |
Copy-ready code
/* CSS */
color: #758df0;
background-color: #758df0;
/* Tailwind (arbitrary) */
class="text-[#758df0] bg-[#758df0]"
/* SCSS */
$brand: #758df0;
/* SwiftUI */
Color(red: 0.459, green: 0.553, blue: 0.941)
/* Android */
Color.parseColor("#758df0")Accessibility — WCAG contrast
Aa
#758df0 on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#758df0 on black: 6.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green55.3%
Blue94.1%
CMYK percentages
Cyan51.3%
Magenta41.3%
Yellow0.0%
Key (black)5.9%
Color previews
#758df0 text on a black background
contrast 6.82:1
Card sample
#758df0 text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #758df0;
Background color
Panel with #758df0 background
background-color: #758df0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #758df0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 141, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 141, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #758df0; background: linear-gradient(135deg, #758df0, #AF75F0);