Eclipse Elixir
#1f2133
Here's everything about the color Eclipse Elixir (#1f2133) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #1f2133 | |
|---|---|---|
| RGB | rgb(31, 33, 51) | |
| HSL | hsl(234, 24%, 16%) | |
| CMYK | cmyk(39%, 35%, 0%, 80%) | |
| LAB | lab(13, 3, -12) | |
| OKLCH | oklch(0.25 0.034 279) |
Color harmonies
Tints & shades
Code snippets
color: #1f2133;
background-color: #1f2133;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF1F2133)
/* Swift / UIKit */
UIColor(red: 0.12, green: 0.13, blue: 0.20, alpha: 1.0)