Outer Space
#314e64
Outer Space is a color with the hex code #314e64. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #314e64 | |
|---|---|---|
| RGB | rgb(49, 78, 100) | |
| HSL | hsl(206, 34%, 29%) | |
| CMYK | cmyk(51%, 22%, 0%, 61%) | |
| LAB | lab(32, -6, -16) | |
| OKLCH | oklch(0.41 0.051 242) |
Color harmonies
Tints & shades
Code snippets
color: #314e64;
background-color: #314e64;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF314E64)
/* Swift / UIKit */
UIColor(red: 0.19, green: 0.31, blue: 0.39, alpha: 1.0)