#728eb8
a balanced, soft blue · cool · closest name: steelblue
RGB
114, 142, 184
HSL
216°, 33%, 58%
CMYK
38, 23, 0, 28
Luminance
0.2638
Every format
| HEX | #728eb8 |
| RGB | rgb(114, 142, 184) |
| HSL | hsl(216, 33%, 58%) |
| CMYK | cmyk(38%, 23%, 0%, 28%) |
| LAB | lab(58.4 0.8 -25.1) |
| LCH | lch(58.4 25.1 271.8) |
| OKLCH | oklch(0.641 0.071 258.3) |
Copy-ready code
/* CSS */
color: #728eb8;
background-color: #728eb8;
/* Tailwind (arbitrary) */
class="text-[#728eb8] bg-[#728eb8]"
/* SCSS */
$brand: #728eb8;
/* SwiftUI */
Color(red: 0.447, green: 0.557, blue: 0.722)
/* Android */
Color.parseColor("#728eb8")Accessibility — WCAG contrast
Aa
#728eb8 on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#728eb8 on black: 6.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green55.7%
Blue72.2%
CMYK percentages
Cyan38.0%
Magenta22.8%
Yellow0.0%
Key (black)27.8%
Color previews
#728eb8 text on a black background
contrast 6.28:1
Card sample
#728eb8 text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #728eb8;
Background color
Panel with #728eb8 background
background-color: #728eb8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #728eb8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 142, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 142, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #728eb8; background: linear-gradient(135deg, #728eb8, #8572B8);