Midnight Velvet
#2a2243
Looking for the precise values behind Midnight Velvet (#2a2243)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #2a2243 | |
|---|---|---|
| RGB | rgb(42, 34, 67) | |
| HSL | hsl(255, 33%, 20%) | |
| CMYK | cmyk(37%, 49%, 0%, 74%) | |
| LAB | lab(15, 11, -20) | |
| OKLCH | oklch(0.28 0.06 293) |
Color harmonies
Tints & shades
Code snippets
color: #2a2243;
background-color: #2a2243;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF2A2243)
/* Swift / UIKit */
UIColor(red: 0.16, green: 0.13, blue: 0.26, alpha: 1.0)