#7592ce
a balanced, vivid blue · cool · closest name: steelblue
RGB
117, 146, 206
HSL
220°, 48%, 63%
CMYK
43, 29, 0, 19
Luminance
0.2880
Every format
| HEX | #7592ce |
| RGB | rgb(117, 146, 206) |
| HSL | hsl(220, 48%, 63%) |
| CMYK | cmyk(43%, 29%, 0%, 19%) |
| LAB | lab(60.6 5.5 -34.1) |
| LCH | lch(60.6 34.5 279.1) |
| OKLCH | oklch(0.662 0.096 264.2) |
Copy-ready code
/* CSS */
color: #7592ce;
background-color: #7592ce;
/* Tailwind (arbitrary) */
class="text-[#7592ce] bg-[#7592ce]"
/* SCSS */
$brand: #7592ce;
/* SwiftUI */
Color(red: 0.459, green: 0.573, blue: 0.808)
/* Android */
Color.parseColor("#7592ce")Accessibility — WCAG contrast
Aa
#7592ce on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7592ce on black: 6.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green57.3%
Blue80.8%
CMYK percentages
Cyan43.2%
Magenta29.1%
Yellow0.0%
Key (black)19.2%
Color previews
#7592ce text on a black background
contrast 6.76:1
Card sample
#7592ce text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7592ce;
Background color
Panel with #7592ce background
background-color: #7592ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7592ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 146, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 146, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7592ce; background: linear-gradient(135deg, #7592ce, #9375CE);