Gothic
#698890
Looking for the precise values behind Gothic (#698890)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #698890 | |
|---|---|---|
| RGB | rgb(105, 136, 144) | |
| HSL | hsl(192, 16%, 49%) | |
| CMYK | cmyk(27%, 6%, 0%, 44%) | |
| LAB | lab(55, -10, -8) | |
| OKLCH | oklch(0.61 0.037 215) |
Color harmonies
Tints & shades
Code snippets
color: #698890;
background-color: #698890;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-slate-500 /* ≈ #62748e */
/* Flutter */
Color(0xFF698890)
/* Swift / UIKit */
UIColor(red: 0.41, green: 0.53, blue: 0.56, alpha: 1.0)