Fiord
#4b5a62
Looking for the precise values behind Fiord (#4b5a62)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #4b5a62 | |
|---|---|---|
| RGB | rgb(75, 90, 98) | |
| HSL | hsl(201, 13%, 34%) | |
| CMYK | cmyk(23%, 8%, 0%, 62%) | |
| LAB | lab(37, -5, -7) | |
| OKLCH | oklch(0.46 0.023 231) |
Color harmonies
Tints & shades
Code snippets
color: #4b5a62;
background-color: #4b5a62;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF4B5A62)
/* Swift / UIKit */
UIColor(red: 0.29, green: 0.35, blue: 0.38, alpha: 1.0)