#757df3
a light, electric blue · warm · closest name: royalblue
RGB
117, 125, 243
HSL
236°, 84%, 71%
CMYK
52, 49, 0, 5
Luminance
0.2492
Every format
| HEX | #757df3 |
| RGB | rgb(117, 125, 243) |
| HSL | hsl(236, 84%, 71%) |
| CMYK | cmyk(52%, 49%, 0%, 5%) |
| LAB | lab(57.0 28.9 -60.4) |
| LCH | lch(57.0 67.0 295.6) |
| OKLCH | oklch(0.640 0.174 277.4) |
Copy-ready code
/* CSS */
color: #757df3;
background-color: #757df3;
/* Tailwind (arbitrary) */
class="text-[#757df3] bg-[#757df3]"
/* SCSS */
$brand: #757df3;
/* SwiftUI */
Color(red: 0.459, green: 0.490, blue: 0.953)
/* Android */
Color.parseColor("#757df3")Accessibility — WCAG contrast
Aa
#757df3 on white: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#757df3 on black: 5.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green49.0%
Blue95.3%
CMYK percentages
Cyan51.9%
Magenta48.6%
Yellow0.0%
Key (black)4.7%
Color previews
#757df3 text on a black background
contrast 5.98:1
Card sample
#757df3 text on a white background
contrast 3.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #757df3;
Background color
Panel with #757df3 background
background-color: #757df3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #757df3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 125, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 125, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #757df3; background: linear-gradient(135deg, #757df3, #C175F3);