English Manor
#7181a4
Looking for the precise values behind English Manor (#7181a4)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #7181a4 | |
|---|---|---|
| RGB | rgb(113, 129, 164) | |
| HSL | hsl(221, 22%, 54%) | |
| CMYK | cmyk(31%, 21%, 0%, 36%) | |
| LAB | lab(54, 0, -21) | |
| OKLCH | oklch(0.6 0.057 266) |
Color harmonies
Tints & shades
Code snippets
color: #7181a4;
background-color: #7181a4;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-slate-500 /* ≈ #62748e */
/* Flutter */
Color(0xFF7181A4)
/* Swift / UIKit */
UIColor(red: 0.44, green: 0.51, blue: 0.64, alpha: 1.0)