Jupiter
#e1e1e2
Jupiter is a color with the hex code #e1e1e2. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #e1e1e2 | |
|---|---|---|
| RGB | rgb(225, 225, 226) | |
| HSL | hsl(240, 2%, 88%) | |
| CMYK | cmyk(0%, 0%, 0%, 11%) | |
| LAB | lab(90, 0, 0) | |
| OKLCH | oklch(0.91 0.001 286) |
Color harmonies
Tints & shades
Code snippets
color: #e1e1e2;
background-color: #e1e1e2;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFE1E1E2)
/* Swift / UIKit */
UIColor(red: 0.88, green: 0.88, blue: 0.89, alpha: 1.0)