Tamahagane
#3b3f40
Looking for the precise values behind Tamahagane (#3b3f40)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #3b3f40 | |
|---|---|---|
| RGB | rgb(59, 63, 64) | |
| HSL | hsl(192, 4%, 24%) | |
| CMYK | cmyk(8%, 2%, 0%, 75%) | |
| LAB | lab(26, -2, -1) | |
| OKLCH | oklch(0.36 0.006 214) |
Color harmonies
Tints & shades
Code snippets
color: #3b3f40;
background-color: #3b3f40;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF3B3F40)
/* Swift / UIKit */
UIColor(red: 0.23, green: 0.25, blue: 0.25, alpha: 1.0)