#7585c2
a balanced, soft blue · warm · closest name: steelblue
RGB
117, 133, 194
HSL
228°, 39%, 61%
CMYK
40, 31, 0, 24
Luminance
0.2445
Every format
| HEX | #7585c2 |
| RGB | rgb(117, 133, 194) |
| HSL | hsl(228, 39%, 61%) |
| CMYK | cmyk(40%, 31%, 0%, 24%) |
| LAB | lab(56.5 9.7 -33.6) |
| LCH | lch(56.5 35.0 286.0) |
| OKLCH | oklch(0.629 0.094 272.2) |
Copy-ready code
/* CSS */
color: #7585c2;
background-color: #7585c2;
/* Tailwind (arbitrary) */
class="text-[#7585c2] bg-[#7585c2]"
/* SCSS */
$brand: #7585c2;
/* SwiftUI */
Color(red: 0.459, green: 0.522, blue: 0.761)
/* Android */
Color.parseColor("#7585c2")Accessibility — WCAG contrast
Aa
#7585c2 on white: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7585c2 on black: 5.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green52.2%
Blue76.1%
CMYK percentages
Cyan39.7%
Magenta31.4%
Yellow0.0%
Key (black)23.9%
Color previews
#7585c2 text on a black background
contrast 5.89:1
Card sample
#7585c2 text on a white background
contrast 3.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7585c2;
Background color
Panel with #7585c2 background
background-color: #7585c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7585c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 133, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 133, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7585c2; background: linear-gradient(135deg, #7585c2, #9875C2);