Conker
#b94e41
Conker is a color with the hex code #b94e41. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #b94e41 | |
|---|---|---|
| RGB | rgb(185, 78, 65) | |
| HSL | hsl(7, 48%, 49%) | |
| CMYK | cmyk(0%, 58%, 65%, 27%) | |
| LAB | lab(48, 44, 30) | |
| OKLCH | oklch(0.56 0.141 29) |
Color harmonies
Tints & shades
Code snippets
color: #b94e41;
background-color: #b94e41;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFB94E41)
/* Swift / UIKit */
UIColor(red: 0.73, green: 0.31, blue: 0.25, alpha: 1.0)