Carpaccio
#e34234
Carpaccio is a color with the hex code #e34234. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #e34234 | |
|---|---|---|
| RGB | rgb(227, 66, 52) | |
| HSL | hsl(5, 76%, 55%) | |
| CMYK | cmyk(0%, 71%, 77%, 11%) | |
| LAB | lab(53, 62, 46) | |
| OKLCH | oklch(0.61 0.2 29) |
Color harmonies
Tints & shades
Code snippets
color: #e34234;
background-color: #e34234;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFE34234)
/* Swift / UIKit */
UIColor(red: 0.89, green: 0.26, blue: 0.20, alpha: 1.0)