In the Dark
#3b3c41
Here's everything about the color In the Dark (#3b3c41) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #3b3c41 | |
|---|---|---|
| RGB | rgb(59, 60, 65) | |
| HSL | hsl(230, 5%, 24%) | |
| CMYK | cmyk(9%, 8%, 0%, 75%) | |
| LAB | lab(25, 0, -3) | |
| OKLCH | oklch(0.36 0.009 277) |
Color harmonies
Tints & shades
Code snippets
color: #3b3c41;
background-color: #3b3c41;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF3B3C41)
/* Swift / UIKit */
UIColor(red: 0.23, green: 0.24, blue: 0.25, alpha: 1.0)