Blackwater
#545663
Blackwater is a color with the hex code #545663. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #545663 | |
|---|---|---|
| RGB | rgb(84, 86, 99) | |
| HSL | hsl(232, 8%, 36%) | |
| CMYK | cmyk(15%, 13%, 0%, 61%) | |
| LAB | lab(37, 1, -8) | |
| OKLCH | oklch(0.46 0.021 279) |
Color harmonies
Tints & shades
Code snippets
color: #545663;
background-color: #545663;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF545663)
/* Swift / UIKit */
UIColor(red: 0.33, green: 0.34, blue: 0.39, alpha: 1.0)