Bourbon Peach
#ec842f
Looking for the precise values behind Bourbon Peach (#ec842f)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #ec842f | |
|---|---|---|
| RGB | rgb(236, 132, 47) | |
| HSL | hsl(27, 83%, 55%) | |
| CMYK | cmyk(0%, 44%, 80%, 7%) | |
| LAB | lab(66, 37, 61) | |
| OKLCH | oklch(0.71 0.158 55) |
Color harmonies
Tints & shades
Code snippets
color: #ec842f;
background-color: #ec842f;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFEC842F)
/* Swift / UIKit */
UIColor(red: 0.93, green: 0.52, blue: 0.18, alpha: 1.0)