#7575b2
a balanced, soft blue · warm · closest name: steelblue
RGB
117, 117, 178
HSL
240°, 28%, 58%
CMYK
34, 34, 0, 30
Luminance
0.1972
Every format
| HEX | #7575b2 |
| RGB | rgb(117, 117, 178) |
| HSL | hsl(240, 28%, 58%) |
| CMYK | cmyk(34%, 34%, 0%, 30%) |
| LAB | lab(51.5 14.7 -32.3) |
| LCH | lch(51.5 35.5 294.5) |
| OKLCH | oklch(0.588 0.093 283.2) |
Copy-ready code
/* CSS */
color: #7575b2;
background-color: #7575b2;
/* Tailwind (arbitrary) */
class="text-[#7575b2] bg-[#7575b2]"
/* SCSS */
$brand: #7575b2;
/* SwiftUI */
Color(red: 0.459, green: 0.459, blue: 0.698)
/* Android */
Color.parseColor("#7575b2")Accessibility — WCAG contrast
Aa
#7575b2 on white: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7575b2 on black: 4.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green45.9%
Blue69.8%
CMYK percentages
Cyan34.3%
Magenta34.3%
Yellow0.0%
Key (black)30.2%
Color previews
#7575b2 text on a black background
contrast 4.94:1
Card sample
#7575b2 text on a white background
contrast 4.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7575b2;
Background color
Panel with #7575b2 background
background-color: #7575b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7575b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 117, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 117, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7575b2; background: linear-gradient(135deg, #7575b2, #9E75B2);