Nirvana
#a2919b
Looking for the precise values behind Nirvana (#a2919b)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #a2919b | |
|---|---|---|
| RGB | rgb(162, 145, 155) | |
| HSL | hsl(325, 8%, 60%) | |
| CMYK | cmyk(0%, 10%, 4%, 36%) | |
| LAB | lab(62, 8, -3) | |
| OKLCH | oklch(0.67 0.025 342) |
Color harmonies
Tints & shades
Code snippets
color: #a2919b;
background-color: #a2919b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-neutral-500 /* ≈ #737373 */
/* Flutter */
Color(0xFFA2919B)
/* Swift / UIKit */
UIColor(red: 0.64, green: 0.57, blue: 0.61, alpha: 1.0)