Freefall
#565266
Looking for the precise values behind Freefall (#565266)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #565266 | |
|---|---|---|
| RGB | rgb(86, 82, 102) | |
| HSL | hsl(252, 11%, 36%) | |
| CMYK | cmyk(16%, 20%, 0%, 60%) | |
| LAB | lab(36, 5, -11) | |
| OKLCH | oklch(0.45 0.033 294) |
Color harmonies
Tints & shades
Code snippets
color: #565266;
background-color: #565266;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF565266)
/* Swift / UIKit */
UIColor(red: 0.34, green: 0.32, blue: 0.40, alpha: 1.0)