Muted Blue
#3b719f
Looking for the precise values behind Muted Blue (#3b719f)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #3b719f | |
|---|---|---|
| RGB | rgb(59, 113, 159) | |
| HSL | hsl(208, 46%, 43%) | |
| CMYK | cmyk(63%, 29%, 0%, 38%) | |
| LAB | lab(46, -7, -31) | |
| OKLCH | oklch(0.53 0.093 246) |
Color harmonies
Tints & shades
Code snippets
color: #3b719f;
background-color: #3b719f;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-slate-500 /* ≈ #62748e */
/* Flutter */
Color(0xFF3B719F)
/* Swift / UIKit */
UIColor(red: 0.23, green: 0.44, blue: 0.62, alpha: 1.0)