Swimmer
#0a91bf
Swimmer is a color with the hex code #0a91bf. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #0a91bf | |
|---|---|---|
| RGB | rgb(10, 145, 191) | |
| HSL | hsl(195, 90%, 39%) | |
| CMYK | cmyk(95%, 24%, 0%, 25%) | |
| LAB | lab(56, -20, -34) | |
| OKLCH | oklch(0.62 0.121 230) |
Color harmonies
Tints & shades
Code snippets
color: #0a91bf;
background-color: #0a91bf;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-sky-500 /* ≈ #00a6f4 */
/* Flutter */
Color(0xFF0A91BF)
/* Swift / UIKit */
UIColor(red: 0.04, green: 0.57, blue: 0.75, alpha: 1.0)