Orchid
#7a81ff
Orchid, represented by the hex value #7a81ff, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #7a81ff | |
|---|---|---|
| RGB | rgb(122, 129, 255) | |
| HSL | hsl(237, 100%, 74%) | |
| CMYK | cmyk(52%, 49%, 0%, 0%) | |
| LAB | lab(58, 24, -65) | |
| OKLCH | oklch(0.66 0.184 278) |
Color harmonies
Tints & shades
Code snippets
color: #7a81ff;
background-color: #7a81ff;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-blue-500 /* ≈ #2b7fff */
/* Flutter */
Color(0xFF7A81FF)
/* Swift / UIKit */
UIColor(red: 0.48, green: 0.51, blue: 1.00, alpha: 1.0)