Diva
#c9a0ff
Diva is a color with the hex code #c9a0ff. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #c9a0ff | |
|---|---|---|
| RGB | rgb(201, 160, 255) | |
| HSL | hsl(266, 100%, 81%) | |
| CMYK | cmyk(21%, 37%, 0%, 0%) | |
| LAB | lab(72, 29, -42) | |
| OKLCH | oklch(0.78 0.138 303) |
Color harmonies
Tints & shades
Code snippets
color: #c9a0ff;
background-color: #c9a0ff;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-sky-500 /* ≈ #00a6f4 */
/* Flutter */
Color(0xFFC9A0FF)
/* Swift / UIKit */
UIColor(red: 0.79, green: 0.63, blue: 1.00, alpha: 1.0)