Nautilus
#273c5a
Nautilus is a color with the hex code #273c5a. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #273c5a | |
|---|---|---|
| RGB | rgb(39, 60, 90) | |
| HSL | hsl(215, 40%, 25%) | |
| CMYK | cmyk(57%, 33%, 0%, 65%) | |
| LAB | lab(25, -1, -21) | |
| OKLCH | oklch(0.35 0.059 257) |
Color harmonies
Tints & shades
Code snippets
color: #273c5a;
background-color: #273c5a;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF273C5A)
/* Swift / UIKit */
UIColor(red: 0.15, green: 0.24, blue: 0.35, alpha: 1.0)