Haiti
#2c2a35
Looking for the precise values behind Haiti (#2c2a35)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #2c2a35 | |
|---|---|---|
| RGB | rgb(44, 42, 53) | |
| HSL | hsl(251, 12%, 19%) | |
| CMYK | cmyk(17%, 21%, 0%, 79%) | |
| LAB | lab(18, 3, -7) | |
| OKLCH | oklch(0.29 0.02 293) |
Color harmonies
Tints & shades
Code snippets
color: #2c2a35;
background-color: #2c2a35;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF2C2A35)
/* Swift / UIKit */
UIColor(red: 0.17, green: 0.16, blue: 0.21, alpha: 1.0)