Intrigue Red
#b24648
Looking for the precise values behind Intrigue Red (#b24648)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #b24648 | |
|---|---|---|
| RGB | rgb(178, 70, 72) | |
| HSL | hsl(359, 44%, 49%) | |
| CMYK | cmyk(0%, 61%, 60%, 30%) | |
| LAB | lab(45, 45, 23) | |
| OKLCH | oklch(0.54 0.141 22) |
Color harmonies
Tints & shades
Code snippets
color: #b24648;
background-color: #b24648;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFFB24648)
/* Swift / UIKit */
UIColor(red: 0.70, green: 0.27, blue: 0.28, alpha: 1.0)