#7293cd
a balanced, vivid blue · cool · closest name: steelblue
RGB
114, 147, 205
HSL
218°, 48%, 63%
CMYK
44, 28, 0, 20
Luminance
0.2885
Every format
| HEX | #7293cd |
| RGB | rgb(114, 147, 205) |
| HSL | hsl(218, 48%, 63%) |
| CMYK | cmyk(44%, 28%, 0%, 20%) |
| LAB | lab(60.6 3.8 -33.5) |
| LCH | lch(60.6 33.7 276.5) |
| OKLCH | oklch(0.662 0.095 261.3) |
Copy-ready code
/* CSS */
color: #7293cd;
background-color: #7293cd;
/* Tailwind (arbitrary) */
class="text-[#7293cd] bg-[#7293cd]"
/* SCSS */
$brand: #7293cd;
/* SwiftUI */
Color(red: 0.447, green: 0.576, blue: 0.804)
/* Android */
Color.parseColor("#7293cd")Accessibility — WCAG contrast
Aa
#7293cd on white: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7293cd on black: 6.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green57.6%
Blue80.4%
CMYK percentages
Cyan44.4%
Magenta28.3%
Yellow0.0%
Key (black)19.6%
Color previews
#7293cd text on a black background
contrast 6.77:1
Card sample
#7293cd text on a white background
contrast 3.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7293cd;
Background color
Panel with #7293cd background
background-color: #7293cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7293cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 147, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 147, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7293cd; background: linear-gradient(135deg, #7293cd, #8D72CD);