Windjammer
#62a5df
Looking for the precise values behind Windjammer (#62a5df)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #62a5df | |
|---|---|---|
| RGB | rgb(98, 165, 223) | |
| HSL | hsl(208, 66%, 63%) | |
| CMYK | cmyk(56%, 26%, 0%, 13%) | |
| LAB | lab(65, -9, -36) | |
| OKLCH | oklch(0.7 0.11 246) |
Color harmonies
Tints & shades
Code snippets
color: #62a5df;
background-color: #62a5df;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-sky-500 /* ≈ #00a6f4 */
/* Flutter */
Color(0xFF62A5DF)
/* Swift / UIKit */
UIColor(red: 0.38, green: 0.65, blue: 0.87, alpha: 1.0)