Nymph’s Delight
#7b6c8e
Nymph’s Delight is a color with the hex code #7b6c8e. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #7b6c8e | |
|---|---|---|
| RGB | rgb(123, 108, 142) | |
| HSL | hsl(266, 14%, 49%) | |
| CMYK | cmyk(13%, 24%, 0%, 44%) | |
| LAB | lab(48, 11, -16) | |
| OKLCH | oklch(0.56 0.055 305) |
Color harmonies
Tints & shades
Code snippets
color: #7b6c8e;
background-color: #7b6c8e;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF7B6C8E)
/* Swift / UIKit */
UIColor(red: 0.48, green: 0.42, blue: 0.56, alpha: 1.0)