Viola
#966ebd
Looking for the precise values behind Viola (#966ebd)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #966ebd | |
|---|---|---|
| RGB | rgb(150, 110, 189) | |
| HSL | hsl(270, 37%, 59%) | |
| CMYK | cmyk(21%, 42%, 0%, 26%) | |
| LAB | lab(53, 28, -36) | |
| OKLCH | oklch(0.61 0.123 306) |
Color harmonies
Tints & shades
Code snippets
color: #966ebd;
background-color: #966ebd;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-slate-500 /* ≈ #62748e */
/* Flutter */
Color(0xFF966EBD)
/* Swift / UIKit */
UIColor(red: 0.59, green: 0.43, blue: 0.74, alpha: 1.0)