Honolulu Blue
#007fbf
Honolulu Blue, represented by the hex value #007fbf, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #007fbf | |
|---|---|---|
| RGB | rgb(0, 127, 191) | |
| HSL | hsl(200, 100%, 37%) | |
| CMYK | cmyk(100%, 34%, 0%, 25%) | |
| LAB | lab(50, -12, -42) | |
| OKLCH | oklch(0.57 0.134 242) |
Color harmonies
Tints & shades
Code snippets
color: #007fbf;
background-color: #007fbf;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-slate-500 /* ≈ #62748e */
/* Flutter */
Color(0xFF007FBF)
/* Swift / UIKit */
UIColor(red: 0.00, green: 0.50, blue: 0.75, alpha: 1.0)