Nocturnal
#767d86
Looking for the precise values behind Nocturnal (#767d86)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #767d86 | |
|---|---|---|
| RGB | rgb(118, 125, 134) | |
| HSL | hsl(214, 6%, 49%) | |
| CMYK | cmyk(12%, 7%, 0%, 47%) | |
| LAB | lab(52, -1, -6) | |
| OKLCH | oklch(0.59 0.016 255) |
Color harmonies
Tints & shades
Code snippets
color: #767d86;
background-color: #767d86;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-neutral-500 /* ≈ #737373 */
/* Flutter */
Color(0xFF767D86)
/* Swift / UIKit */
UIColor(red: 0.46, green: 0.49, blue: 0.53, alpha: 1.0)