Too Hot to Handle
#bf6153
Too Hot to Handle is a color with the hex code #bf6153. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #bf6153 | |
|---|---|---|
| RGB | rgb(191, 97, 83) | |
| HSL | hsl(8, 46%, 54%) | |
| CMYK | cmyk(0%, 49%, 57%, 25%) | |
| LAB | lab(53, 38, 26) | |
| OKLCH | oklch(0.6 0.124 30) |
Color harmonies
Tints & shades
Code snippets
color: #bf6153;
background-color: #bf6153;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFBF6153)
/* Swift / UIKit */
UIColor(red: 0.75, green: 0.38, blue: 0.33, alpha: 1.0)