Tandoori
#bb5c4d
Looking for the precise values behind Tandoori (#bb5c4d)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #bb5c4d | |
|---|---|---|
| RGB | rgb(187, 92, 77) | |
| HSL | hsl(8, 45%, 52%) | |
| CMYK | cmyk(0%, 51%, 59%, 27%) | |
| LAB | lab(51, 38, 27) | |
| OKLCH | oklch(0.59 0.126 31) |
Color harmonies
Tints & shades
Code snippets
color: #bb5c4d;
background-color: #bb5c4d;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFFBB5C4D)
/* Swift / UIKit */
UIColor(red: 0.73, green: 0.36, blue: 0.30, alpha: 1.0)