#7597df
a light, vivid blue · cool · closest name: steelblue
RGB
117, 151, 223
HSL
221°, 62%, 67%
CMYK
48, 32, 0, 13
Luminance
0.3124
Every format
| HEX | #7597df |
| RGB | rgb(117, 151, 223) |
| HSL | hsl(221, 62%, 67%) |
| CMYK | cmyk(48%, 32%, 0%, 13%) |
| LAB | lab(62.7 7.5 -40.3) |
| LCH | lch(62.7 41.0 280.6) |
| OKLCH | oklch(0.681 0.114 264.3) |
Copy-ready code
/* CSS */
color: #7597df;
background-color: #7597df;
/* Tailwind (arbitrary) */
class="text-[#7597df] bg-[#7597df]"
/* SCSS */
$brand: #7597df;
/* SwiftUI */
Color(red: 0.459, green: 0.592, blue: 0.875)
/* Android */
Color.parseColor("#7597df")Accessibility — WCAG contrast
Aa
#7597df on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7597df on black: 7.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green59.2%
Blue87.5%
CMYK percentages
Cyan47.5%
Magenta32.3%
Yellow0.0%
Key (black)12.5%
Color previews
#7597df text on a black background
contrast 7.25:1
Card sample
#7597df text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7597df;
Background color
Panel with #7597df background
background-color: #7597df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7597df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 151, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 151, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7597df; background: linear-gradient(135deg, #7597df, #9A75DF);