#7297bf
a balanced, soft blue · cool · closest name: steelblue
RGB
114, 151, 191
HSL
211°, 38%, 60%
CMYK
40, 21, 0, 25
Luminance
0.2947
Every format
| HEX | #7297bf |
| RGB | rgb(114, 151, 191) |
| HSL | hsl(211, 38%, 60%) |
| CMYK | cmyk(40%, 21%, 0%, 25%) |
| LAB | lab(61.2 -2.4 -24.8) |
| LCH | lch(61.2 24.9 264.4) |
| OKLCH | oklch(0.664 0.073 250.9) |
Copy-ready code
/* CSS */
color: #7297bf;
background-color: #7297bf;
/* Tailwind (arbitrary) */
class="text-[#7297bf] bg-[#7297bf]"
/* SCSS */
$brand: #7297bf;
/* SwiftUI */
Color(red: 0.447, green: 0.592, blue: 0.749)
/* Android */
Color.parseColor("#7297bf")Accessibility — WCAG contrast
Aa
#7297bf on white: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7297bf on black: 6.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green59.2%
Blue74.9%
CMYK percentages
Cyan40.3%
Magenta20.9%
Yellow0.0%
Key (black)25.1%
Color previews
#7297bf text on a black background
contrast 6.89:1
Card sample
#7297bf text on a white background
contrast 3.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7297bf;
Background color
Panel with #7297bf background
background-color: #7297bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7297bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 151, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 151, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7297bf; background: linear-gradient(135deg, #7297bf, #8072BF);