Lucid Dreams
#632f92
Looking for the precise values behind Lucid Dreams (#632f92)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #632f92 | |
|---|---|---|
| RGB | rgb(99, 47, 146) | |
| HSL | hsl(272, 51%, 38%) | |
| CMYK | cmyk(32%, 68%, 0%, 43%) | |
| LAB | lab(31, 38, -46) | |
| OKLCH | oklch(0.43 0.157 305) |
Color harmonies
Tints & shades
Code snippets
color: #632f92;
background-color: #632f92;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-slate-500 /* ≈ #62748e */
/* Flutter */
Color(0xFF632F92)
/* Swift / UIKit */
UIColor(red: 0.39, green: 0.18, blue: 0.57, alpha: 1.0)