Black Turmeric
#2c4364
Looking for the precise values behind Black Turmeric (#2c4364)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #2c4364 | |
|---|---|---|
| RGB | rgb(44, 67, 100) | |
| HSL | hsl(215, 39%, 28%) | |
| CMYK | cmyk(56%, 33%, 0%, 61%) | |
| LAB | lab(28, -1, -23) | |
| OKLCH | oklch(0.38 0.064 257) |
Color harmonies
Tints & shades
Code snippets
color: #2c4364;
background-color: #2c4364;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF2C4364)
/* Swift / UIKit */
UIColor(red: 0.17, green: 0.26, blue: 0.39, alpha: 1.0)