Deep Sea Base
#2c2c57
Here's everything about the color Deep Sea Base (#2c2c57) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #2c2c57 | |
|---|---|---|
| RGB | rgb(44, 44, 87) | |
| HSL | hsl(240, 33%, 26%) | |
| CMYK | cmyk(49%, 49%, 0%, 66%) | |
| LAB | lab(20, 10, -26) | |
| OKLCH | oklch(0.32 0.075 281) |
Color harmonies
Tints & shades
Code snippets
color: #2c2c57;
background-color: #2c2c57;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF2C2C57)
/* Swift / UIKit */
UIColor(red: 0.17, green: 0.17, blue: 0.34, alpha: 1.0)