Fly-by-Night
#1c1e4d
Looking for the precise values behind Fly-by-Night (#1c1e4d)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #1c1e4d | |
|---|---|---|
| RGB | rgb(28, 30, 77) | |
| HSL | hsl(238, 47%, 21%) | |
| CMYK | cmyk(64%, 61%, 0%, 70%) | |
| LAB | lab(13, 12, -30) | |
| OKLCH | oklch(0.26 0.085 277) |
Color harmonies
Tints & shades
Code snippets
color: #1c1e4d;
background-color: #1c1e4d;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF1C1E4D)
/* Swift / UIKit */
UIColor(red: 0.11, green: 0.12, blue: 0.30, alpha: 1.0)