Polar Glow
#5097fc
Looking for the precise values behind Polar Glow (#5097fc)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #5097fc | |
|---|---|---|
| RGB | rgb(80, 151, 252) | |
| HSL | hsl(215, 97%, 65%) | |
| CMYK | cmyk(68%, 40%, 0%, 1%) | |
| LAB | lab(62, 2, -58) | |
| OKLCH | oklch(0.68 0.166 258) |
Color harmonies
Tints & shades
Code snippets
color: #5097fc;
background-color: #5097fc;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-sky-500 /* ≈ #00a6f4 */
/* Flutter */
Color(0xFF5097FC)
/* Swift / UIKit */
UIColor(red: 0.31, green: 0.59, blue: 0.99, alpha: 1.0)