Dark Eclipse
#112244
Here's everything about the color Dark Eclipse (#112244) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #112244 | |
|---|---|---|
| RGB | rgb(17, 34, 68) | |
| HSL | hsl(220, 60%, 17%) | |
| CMYK | cmyk(75%, 50%, 0%, 73%) | |
| LAB | lab(13, 3, -24) | |
| OKLCH | oklch(0.26 0.068 263) |
Color harmonies
Tints & shades
Code snippets
color: #112244;
background-color: #112244;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF112244)
/* Swift / UIKit */
UIColor(red: 0.07, green: 0.13, blue: 0.27, alpha: 1.0)