Star of Life
#057bc1
Looking for the precise values behind Star of Life (#057bc1)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #057bc1 | |
|---|---|---|
| RGB | rgb(5, 123, 193) | |
| HSL | hsl(202, 95%, 39%) | |
| CMYK | cmyk(97%, 36%, 0%, 24%) | |
| LAB | lab(49, -9, -45) | |
| OKLCH | oklch(0.56 0.14 245) |
Color harmonies
Tints & shades
Code snippets
color: #057bc1;
background-color: #057bc1;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-slate-500 /* ≈ #62748e */
/* Flutter */
Color(0xFF057BC1)
/* Swift / UIKit */
UIColor(red: 0.02, green: 0.48, blue: 0.76, alpha: 1.0)