Tuxedo
#3f3c43
Looking for the precise values behind Tuxedo (#3f3c43)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #3f3c43 | |
|---|---|---|
| RGB | rgb(63, 60, 67) | |
| HSL | hsl(266, 6%, 25%) | |
| CMYK | cmyk(6%, 10%, 0%, 74%) | |
| LAB | lab(26, 3, -4) | |
| OKLCH | oklch(0.36 0.013 305) |
Color harmonies
Tints & shades
Code snippets
color: #3f3c43;
background-color: #3f3c43;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF3F3C43)
/* Swift / UIKit */
UIColor(red: 0.25, green: 0.24, blue: 0.26, alpha: 1.0)