Oceanic Noir
#172b36
Oceanic Noir is a color with the hex code #172b36. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #172b36 | |
|---|---|---|
| RGB | rgb(23, 43, 54) | |
| HSL | hsl(201, 40%, 15%) | |
| CMYK | cmyk(57%, 20%, 0%, 79%) | |
| LAB | lab(16, -6, -10) | |
| OKLCH | oklch(0.28 0.033 234) |
Color harmonies
Tints & shades
Code snippets
color: #172b36;
background-color: #172b36;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF172B36)
/* Swift / UIKit */
UIColor(red: 0.09, green: 0.17, blue: 0.21, alpha: 1.0)