#7575f0
a light, electric blue · warm · closest name: royalblue
RGB
117, 117, 240
HSL
240°, 80%, 70%
CMYK
51, 51, 0, 6
Luminance
0.2280
Every format
| HEX | #7575f0 |
| RGB | rgb(117, 117, 240) |
| HSL | hsl(240, 80%, 70%) |
| CMYK | cmyk(51%, 51%, 0%, 6%) |
| LAB | lab(54.9 32.8 -62.2) |
| LCH | lch(54.9 70.3 297.8) |
| OKLCH | oklch(0.624 0.180 279.8) |
Copy-ready code
/* CSS */
color: #7575f0;
background-color: #7575f0;
/* Tailwind (arbitrary) */
class="text-[#7575f0] bg-[#7575f0]"
/* SCSS */
$brand: #7575f0;
/* SwiftUI */
Color(red: 0.459, green: 0.459, blue: 0.941)
/* Android */
Color.parseColor("#7575f0")Accessibility — WCAG contrast
Aa
#7575f0 on white: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7575f0 on black: 5.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green45.9%
Blue94.1%
CMYK percentages
Cyan51.3%
Magenta51.3%
Yellow0.0%
Key (black)5.9%
Color previews
#7575f0 text on a black background
contrast 5.56:1
Card sample
#7575f0 text on a white background
contrast 3.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7575f0;
Background color
Panel with #7575f0 background
background-color: #7575f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7575f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 117, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 117, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7575f0; background: linear-gradient(135deg, #7575f0, #C775F0);