Do Not Disturb
#363b43
Do Not Disturb is a color with the hex code #363b43. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #363b43 | |
|---|---|---|
| RGB | rgb(54, 59, 67) | |
| HSL | hsl(217, 11%, 24%) | |
| CMYK | cmyk(19%, 12%, 0%, 74%) | |
| LAB | lab(25, -1, -6) | |
| OKLCH | oklch(0.35 0.016 260) |
Color harmonies
Tints & shades
Code snippets
color: #363b43;
background-color: #363b43;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF363B43)
/* Swift / UIKit */
UIColor(red: 0.21, green: 0.23, blue: 0.26, alpha: 1.0)