Lobster
#bb240c
Lobster is a color with the hex code #bb240c. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #bb240c | |
|---|---|---|
| RGB | rgb(187, 36, 12) | |
| HSL | hsl(8, 88%, 39%) | |
| CMYK | cmyk(0%, 81%, 94%, 27%) | |
| LAB | lab(42, 58, 52) | |
| OKLCH | oklch(0.51 0.189 32) |
Color harmonies
Tints & shades
Code snippets
color: #bb240c;
background-color: #bb240c;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFBB240C)
/* Swift / UIKit */
UIColor(red: 0.73, green: 0.14, blue: 0.05, alpha: 1.0)