Kimchi
#ed4b00
Kimchi is a color with the hex code #ed4b00. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #ed4b00 | |
|---|---|---|
| RGB | rgb(237, 75, 0) | |
| HSL | hsl(19, 100%, 46%) | |
| CMYK | cmyk(0%, 68%, 100%, 7%) | |
| LAB | lab(56, 62, 68) | |
| OKLCH | oklch(0.64 0.208 38) |
Color harmonies
Tints & shades
Code snippets
color: #ed4b00;
background-color: #ed4b00;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFED4B00)
/* Swift / UIKit */
UIColor(red: 0.93, green: 0.29, blue: 0.00, alpha: 1.0)