Lust
#e62020
Lust is a color with the hex code #e62020. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #e62020 | |
|---|---|---|
| RGB | rgb(230, 32, 32) | |
| HSL | hsl(0, 80%, 51%) | |
| CMYK | cmyk(0%, 86%, 86%, 10%) | |
| LAB | lab(50, 72, 54) | |
| OKLCH | oklch(0.59 0.227 28) |
Color harmonies
Tints & shades
Code snippets
color: #e62020;
background-color: #e62020;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFE62020)
/* Swift / UIKit */
UIColor(red: 0.90, green: 0.13, blue: 0.13, alpha: 1.0)