Violet Voltage
#a669db
Looking for the precise values behind Violet Voltage (#a669db)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #a669db | |
|---|---|---|
| RGB | rgb(166, 105, 219) | |
| HSL | hsl(272, 61%, 64%) | |
| CMYK | cmyk(24%, 52%, 0%, 14%) | |
| LAB | lab(55, 41, -50) | |
| OKLCH | oklch(0.63 0.173 307) |
Color harmonies
Tints & shades
Code snippets
color: #a669db;
background-color: #a669db;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-purple-500 /* ≈ #ad46ff */
/* Flutter */
Color(0xFFA669DB)
/* Swift / UIKit */
UIColor(red: 0.65, green: 0.41, blue: 0.86, alpha: 1.0)