#7293af
a balanced, soft blue · cool · closest name: steelblue
RGB
114, 147, 175
HSL
208°, 28%, 57%
CMYK
35, 16, 0, 31
Luminance
0.2754
Every format
| HEX | #7293af |
| RGB | rgb(114, 147, 175) |
| HSL | hsl(208, 28%, 57%) |
| CMYK | cmyk(35%, 16%, 0%, 31%) |
| LAB | lab(59.5 -4.5 -18.4) |
| LCH | lch(59.5 18.9 256.3) |
| OKLCH | oklch(0.649 0.056 244.4) |
Copy-ready code
/* CSS */
color: #7293af;
background-color: #7293af;
/* Tailwind (arbitrary) */
class="text-[#7293af] bg-[#7293af]"
/* SCSS */
$brand: #7293af;
/* SwiftUI */
Color(red: 0.447, green: 0.576, blue: 0.686)
/* Android */
Color.parseColor("#7293af")Accessibility — WCAG contrast
Aa
#7293af on white: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7293af on black: 6.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green57.6%
Blue68.6%
CMYK percentages
Cyan34.9%
Magenta16.0%
Yellow0.0%
Key (black)31.4%
Color previews
#7293af text on a black background
contrast 6.51:1
Card sample
#7293af text on a white background
contrast 3.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7293af;
Background color
Panel with #7293af background
background-color: #7293af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7293af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 147, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 147, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7293af; background: linear-gradient(135deg, #7293af, #7A72AF);