#7186af
a balanced, soft blue · cool · closest name: steelblue
RGB
113, 134, 175
HSL
220°, 28%, 57%
CMYK
35, 23, 0, 31
Luminance
0.2366
Every format
| HEX | #7186af |
| RGB | rgb(113, 134, 175) |
| HSL | hsl(220, 28%, 57%) |
| CMYK | cmyk(35%, 23%, 0%, 31%) |
| LAB | lab(55.7 2.7 -24.1) |
| LCH | lch(55.7 24.2 276.3) |
| OKLCH | oklch(0.619 0.067 263.5) |
Copy-ready code
/* CSS */
color: #7186af;
background-color: #7186af;
/* Tailwind (arbitrary) */
class="text-[#7186af] bg-[#7186af]"
/* SCSS */
$brand: #7186af;
/* SwiftUI */
Color(red: 0.443, green: 0.525, blue: 0.686)
/* Android */
Color.parseColor("#7186af")Accessibility — WCAG contrast
Aa
#7186af on white: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7186af on black: 5.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green52.5%
Blue68.6%
CMYK percentages
Cyan35.4%
Magenta23.4%
Yellow0.0%
Key (black)31.4%
Color previews
#7186af text on a black background
contrast 5.73:1
Card sample
#7186af text on a white background
contrast 3.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7186af;
Background color
Panel with #7186af background
background-color: #7186af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7186af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 134, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 134, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7186af; background: linear-gradient(135deg, #7186af, #8571AF);