#7398e2
a light, vivid blue · cool · closest name: steelblue
RGB
115, 152, 226
HSL
220°, 66%, 67%
CMYK
49, 33, 0, 11
Luminance
0.3159
Every format
| HEX | #7398e2 |
| RGB | rgb(115, 152, 226) |
| HSL | hsl(220, 66%, 67%) |
| CMYK | cmyk(49%, 33%, 0%, 11%) |
| LAB | lab(63.0 7.4 -41.5) |
| LCH | lch(63.0 42.1 280.1) |
| OKLCH | oklch(0.683 0.117 263.4) |
Copy-ready code
/* CSS */
color: #7398e2;
background-color: #7398e2;
/* Tailwind (arbitrary) */
class="text-[#7398e2] bg-[#7398e2]"
/* SCSS */
$brand: #7398e2;
/* SwiftUI */
Color(red: 0.451, green: 0.596, blue: 0.886)
/* Android */
Color.parseColor("#7398e2")Accessibility — WCAG contrast
Aa
#7398e2 on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7398e2 on black: 7.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green59.6%
Blue88.6%
CMYK percentages
Cyan49.1%
Magenta32.7%
Yellow0.0%
Key (black)11.4%
Color previews
#7398e2 text on a black background
contrast 7.32:1
Card sample
#7398e2 text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7398e2;
Background color
Panel with #7398e2 background
background-color: #7398e2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7398e2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 152, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 152, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7398e2; background: linear-gradient(135deg, #7398e2, #9873E2);