Dark Purple
#35063e
Looking for the precise values behind Dark Purple (#35063e)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #35063e | |
|---|---|---|
| RGB | rgb(53, 6, 62) | |
| HSL | hsl(290, 82%, 13%) | |
| CMYK | cmyk(15%, 90%, 0%, 76%) | |
| LAB | lab(11, 29, -24) | |
| OKLCH | oklch(0.25 0.105 320) |
Color harmonies
Tints & shades
Code snippets
color: #35063e;
background-color: #35063e;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF35063E)
/* Swift / UIKit */
UIColor(red: 0.21, green: 0.02, blue: 0.24, alpha: 1.0)