Ochre Spice
#e96d03
Ochre Spice is a color with the hex code #e96d03. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #e96d03 | |
|---|---|---|
| RGB | rgb(233, 109, 3) | |
| HSL | hsl(28, 97%, 46%) | |
| CMYK | cmyk(0%, 53%, 99%, 9%) | |
| LAB | lab(61, 46, 69) | |
| OKLCH | oklch(0.67 0.178 50) |
Color harmonies
Tints & shades
Code snippets
color: #e96d03;
background-color: #e96d03;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFE96D03)
/* Swift / UIKit */
UIColor(red: 0.91, green: 0.43, blue: 0.01, alpha: 1.0)