Incubation Red
#da1d38
Incubation Red is a color with the hex code #da1d38. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #da1d38 | |
|---|---|---|
| RGB | rgb(218, 29, 56) | |
| HSL | hsl(351, 77%, 48%) | |
| CMYK | cmyk(0%, 87%, 74%, 15%) | |
| LAB | lab(48, 69, 38) | |
| OKLCH | oklch(0.57 0.217 22) |
Color harmonies
Tints & shades
Code snippets
color: #da1d38;
background-color: #da1d38;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFDA1D38)
/* Swift / UIKit */
UIColor(red: 0.85, green: 0.11, blue: 0.22, alpha: 1.0)