Abyssal
#404c57
Abyssal is a color with the hex code #404c57. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #404c57 | |
|---|---|---|
| RGB | rgb(64, 76, 87) | |
| HSL | hsl(209, 15%, 30%) | |
| CMYK | cmyk(26%, 13%, 0%, 66%) | |
| LAB | lab(32, -3, -8) | |
| OKLCH | oklch(0.41 0.024 246) |
Color harmonies
Tints & shades
Code snippets
color: #404c57;
background-color: #404c57;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF404C57)
/* Swift / UIKit */
UIColor(red: 0.25, green: 0.30, blue: 0.34, alpha: 1.0)