Mythical Night
#1c2e63
Looking for the precise values behind Mythical Night (#1c2e63)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #1c2e63 | |
|---|---|---|
| RGB | rgb(28, 46, 99) | |
| HSL | hsl(225, 56%, 25%) | |
| CMYK | cmyk(72%, 54%, 0%, 61%) | |
| LAB | lab(20, 8, -34) | |
| OKLCH | oklch(0.32 0.097 267) |
Color harmonies
Tints & shades
Code snippets
color: #1c2e63;
background-color: #1c2e63;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-slate-500 /* ≈ #62748e */
/* Flutter */
Color(0xFF1C2E63)
/* Swift / UIKit */
UIColor(red: 0.11, green: 0.18, blue: 0.39, alpha: 1.0)