Dreamy Candy Forest
#b195e4
Looking for the precise values behind Dreamy Candy Forest (#b195e4)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #b195e4 | |
|---|---|---|
| RGB | rgb(177, 149, 228) | |
| HSL | hsl(261, 59%, 74%) | |
| CMYK | cmyk(22%, 35%, 0%, 11%) | |
| LAB | lab(67, 23, -36) | |
| OKLCH | oklch(0.72 0.116 300) |
Color harmonies
Tints & shades
Code snippets
color: #b195e4;
background-color: #b195e4;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-sky-500 /* ≈ #00a6f4 */
/* Flutter */
Color(0xFFB195E4)
/* Swift / UIKit */
UIColor(red: 0.69, green: 0.58, blue: 0.89, alpha: 1.0)