Arsenic
#3b444b
Arsenic is a color with the hex code #3b444b. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #3b444b | |
|---|---|---|
| RGB | rgb(59, 68, 75) | |
| HSL | hsl(206, 12%, 26%) | |
| CMYK | cmyk(21%, 9%, 0%, 71%) | |
| LAB | lab(28, -2, -6) | |
| OKLCH | oklch(0.38 0.017 241) |
Color harmonies
Tints & shades
Code snippets
color: #3b444b;
background-color: #3b444b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF3B444B)
/* Swift / UIKit */
UIColor(red: 0.23, green: 0.27, blue: 0.29, alpha: 1.0)