Stargazer
#3f5865
Stargazer is a color with the hex code #3f5865. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #3f5865 | |
|---|---|---|
| RGB | rgb(63, 88, 101) | |
| HSL | hsl(201, 23%, 32%) | |
| CMYK | cmyk(38%, 13%, 0%, 60%) | |
| LAB | lab(36, -7, -11) | |
| OKLCH | oklch(0.45 0.037 231) |
Color harmonies
Tints & shades
Code snippets
color: #3f5865;
background-color: #3f5865;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF3F5865)
/* Swift / UIKit */
UIColor(red: 0.25, green: 0.35, blue: 0.40, alpha: 1.0)