Wizards Orb
#007c76
Wizards Orb, represented by the hex value #007c76, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #007c76 | |
|---|---|---|
| RGB | rgb(0, 124, 118) | |
| HSL | hsl(177, 100%, 24%) | |
| CMYK | cmyk(100%, 0%, 5%, 51%) | |
| LAB | lab(46, -31, -5) | |
| OKLCH | oklch(0.53 0.092 189) |
Color harmonies
Tints & shades
Code snippets
color: #007c76;
background-color: #007c76;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-slate-500 /* ≈ #62748e */
/* Flutter */
Color(0xFF007C76)
/* Swift / UIKit */
UIColor(red: 0.00, green: 0.49, blue: 0.46, alpha: 1.0)