#759ef0
a light, electric blue · cool · closest name: dodgerblue
RGB
117, 158, 240
HSL
220°, 80%, 70%
CMYK
51, 34, 0, 6
Luminance
0.3453
Every format
| HEX | #759ef0 |
| RGB | rgb(117, 158, 240) |
| HSL | hsl(220, 80%, 70%) |
| CMYK | cmyk(51%, 34%, 0%, 6%) |
| LAB | lab(65.4 8.6 -45.4) |
| LCH | lch(65.4 46.2 280.7) |
| OKLCH | oklch(0.704 0.129 263.3) |
Copy-ready code
/* CSS */
color: #759ef0;
background-color: #759ef0;
/* Tailwind (arbitrary) */
class="text-[#759ef0] bg-[#759ef0]"
/* SCSS */
$brand: #759ef0;
/* SwiftUI */
Color(red: 0.459, green: 0.620, blue: 0.941)
/* Android */
Color.parseColor("#759ef0")Accessibility — WCAG contrast
Aa
#759ef0 on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#759ef0 on black: 7.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green62.0%
Blue94.1%
CMYK percentages
Cyan51.3%
Magenta34.2%
Yellow0.0%
Key (black)5.9%
Color previews
#759ef0 text on a black background
contrast 7.91:1
Card sample
#759ef0 text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #759ef0;
Background color
Panel with #759ef0 background
background-color: #759ef0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #759ef0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 158, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 158, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #759ef0; background: linear-gradient(135deg, #759ef0, #9E75F0);