Urban Chic
#424c4a
Looking for the precise values behind Urban Chic (#424c4a)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #424c4a | |
|---|---|---|
| RGB | rgb(66, 76, 74) | |
| HSL | hsl(168, 7%, 28%) | |
| CMYK | cmyk(13%, 0%, 3%, 70%) | |
| LAB | lab(31, -5, 0) | |
| OKLCH | oklch(0.41 0.013 182) |
Color harmonies
Tints & shades
Code snippets
color: #424c4a;
background-color: #424c4a;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF424C4A)
/* Swift / UIKit */
UIColor(red: 0.26, green: 0.30, blue: 0.29, alpha: 1.0)