Jaguar
#29292f
Looking for the precise values behind Jaguar (#29292f)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #29292f | |
|---|---|---|
| RGB | rgb(41, 41, 47) | |
| HSL | hsl(240, 7%, 17%) | |
| CMYK | cmyk(13%, 13%, 0%, 82%) | |
| LAB | lab(17, 1, -4) | |
| OKLCH | oklch(0.28 0.011 286) |
Color harmonies
Tints & shades
Code snippets
color: #29292f;
background-color: #29292f;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF29292F)
/* Swift / UIKit */
UIColor(red: 0.16, green: 0.16, blue: 0.18, alpha: 1.0)