Pāua
#2a2551
Looking for the precise values behind Pāua (#2a2551)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #2a2551 | |
|---|---|---|
| RGB | rgb(42, 37, 81) | |
| HSL | hsl(247, 37%, 23%) | |
| CMYK | cmyk(48%, 54%, 0%, 68%) | |
| LAB | lab(17, 12, -27) | |
| OKLCH | oklch(0.29 0.078 286) |
Color harmonies
Tints & shades
Code snippets
color: #2a2551;
background-color: #2a2551;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF2A2551)
/* Swift / UIKit */
UIColor(red: 0.16, green: 0.15, blue: 0.32, alpha: 1.0)